Skip to content

Commit

Permalink
fix: scripts/docker/nginx/Dockerfile to reduce vulnerabilities (#10180)…
Browse files Browse the repository at this point in the history
  • Loading branch information
3 people authored Nov 2, 2022
1 parent 058c447 commit 3ea9e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.23.0-alpine
FROM nginx:1.23.2-alpine

RUN apk add --no-cache openssl inotify-tools

Expand Down

0 comments on commit 3ea9e53

Please sign in to comment.