chore(deps): update nginx docker tag to v1.21

This commit is contained in:
Renovate Bot 2021-07-04 16:03:50 +00:00
parent cf20c5e323
commit c33681ba48
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN yarn build
#Stage 2
FROM nginx:1.20-alpine
FROM nginx:1.21-alpine
COPY --from=build-deps /usr/src/app/build /var/www
COPY default.conf /etc/nginx/templates/default.conf.template
EXPOSE 80