Skip to content

Commit

Permalink
fix: scripts/docker/nginx/Dockerfile to reduce vulnerabilities (#11122)…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and afabiani authored May 26, 2023
1 parent a5deddd commit d85c69c
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.3-alpine
FROM nginx:1-alpine

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

Expand Down

0 comments on commit d85c69c

Please sign in to comment.