Skip to content

Commit

Permalink
Merge pull request #462 from geonetwork/snyk-fix-e3aacc524efdd152dfb8…
Browse files Browse the repository at this point in the history
…480903f68e14

[Snyk] Security upgrade nginx from 1.21.4-alpine to 1.24-alpine
  • Loading branch information
jahow authored Apr 24, 2023
2 parents 9eab22e + 1ff1431 commit a99af95
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 a99af95

Please sign in to comment.