Skip to content

Commit

Permalink
fix: tools/docker/Dockerfile.apps to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 24, 2023
1 parent 9eab22e commit 1ff1431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.apps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This dockerfile should work for all traditional apps,
# i.e. it only sets up a nginx server with the app dist folder

FROM nginx:1.21.4-alpine
FROM nginx:1.24-alpine

ARG APP_NAME="search"
ENV APP_NAME=${APP_NAME}
Expand Down

0 comments on commit 1ff1431

Please sign in to comment.