Skip to content

Commit

Permalink
fix: remove curl vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeds authored Jul 15, 2024
1 parent c786ca2 commit f202116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN set -ex \
done \
&& echo "BUILT_MODULES=\"$BUILT_MODULES\"" > /tmp/packages/modules.env

FROM nginx:1.21.3-alpine
FROM nginx:1.27.0-alpine3.19
COPY --from=nginxbuilder /tmp/packages /tmp/packages
RUN set -ex \
&& . /tmp/packages/modules.env \
Expand Down

0 comments on commit f202116

Please sign in to comment.