Merge pull request #11 from Kichiyaki/renovate/nginx-1.x

chore(deps): update nginx docker tag to v1.21
This commit is contained in:
Dawid Wysokiński 2021-07-04 18:12:38 +02:00 committed by GitHub
commit fca1dc5e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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