Skip to content

Commit

Permalink
fix: curl vulnerability resolved (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeds authored Jul 15, 2024
1 parent 76c350a commit 8735a2e
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 @@ -9,7 +9,7 @@ RUN npm run build

# Add brotli module to official nginx image
# Based on: https://github.com/nginxinc/docker-nginx/tree/master/modules
FROM nginx:1.21.3-alpine as nginxbuilder
FROM nginx:1.27.0-alpine3.19 as nginxbuilder

RUN set -ex \
&& apk update \
Expand Down

0 comments on commit 8735a2e

Please sign in to comment.