Update dependency nginx to v1.21.6 #16

Open
Renovate Bot wants to merge 1 commit from renovate/nginx-1.x into dev

View file

@ -15,7 +15,7 @@ RUN yarn run build
# =====Packaging inside an Nginx container=====
FROM nginx:1.21.5-alpine
FROM nginx:1.21.6-alpine
# Copy over the Nginx config files
COPY nginx/nginx.conf /etc/nginx/nginx.conf