Skip to content

Commit

Permalink
refactor: build/Dockerfile to reduce vulnerabilities (#1292)
Browse files Browse the repository at this point in the history
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
sleidig and snyk-bot authored May 26, 2022
1 parent 3893029 commit e02a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN if [ "$SENTRY_AUTH_TOKEN" != "" ] ; then \

### PROD image

FROM nginx:1.21-alpine
FROM nginx:1.22.0-alpine
COPY ./build/default.conf /etc/nginx/templates/default.conf
COPY --from=builder /app/dist/ /usr/share/nginx/html
# The port on which the app will run in the Docker container
Expand Down

0 comments on commit e02a73b

Please sign in to comment.