Skip to content

Commit

Permalink
fix: nginx/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 14, 2023
1 parent df148b6 commit a77a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#######################
# Step 1: Base target #
#######################
FROM nginx:1.25.1-alpine as base
FROM nginx:1.25.2-alpine as base
ARG app_name
ARG app_ver

Expand Down

0 comments on commit a77a3a4

Please sign in to comment.