Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
fix: docker/nginx/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 21, 2022
1 parent cc4255a commit af88420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.21-alpine
FROM nginx:1.23.2-alpine

# get npm
RUN apk --no-cache add nodejs npm
Expand Down

0 comments on commit af88420

Please sign in to comment.