Skip to content

Commit

Permalink
Merge pull request #174 from matchID-project/fix/sec-nginx
Browse files Browse the repository at this point in the history
Security fix nginx 1.23.3
  • Loading branch information
rhanka authored Mar 18, 2023
2 parents 9db3a2a + ef5bbbd commit e2bd442
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.23.1-alpine as base
FROM nginx:1.23.3-alpine as base
ARG app_name
ARG app_ver

Expand Down

0 comments on commit e2bd442

Please sign in to comment.