chore: Bump nginx version to newest (#3811)

Bump nginx version to newest.
This commit is contained in:
Denys Holius 2021-07-09 18:07:34 +03:00 committed by GitHub
parent aa860251c7
commit e7cbb859f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ ARG NODE_ENV=production
COPY . .
RUN yarn build:app:docker
FROM nginx:1.17-alpine
FROM nginx:1.21-alpine
COPY --from=build /opt/node_app/build /usr/share/nginx/html