chore(deps): update dependency nginx to v1.22

This commit is contained in:
Renovate Bot 2022-05-25 20:22:34 +00:00
parent 4d80f38e36
commit d4cec19cdc
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

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