Skip to content

Commit a0e58f7

Browse files
authored
Merge pull request #487 from tuanicom/snyk-fix-f6f1856ae5442d10fa4ec68b0655175d
[Snyk] Security upgrade nginx from 1.26.0-bookworm to stable-bookworm
2 parents 6045223 + 83f0136 commit a0e58f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN npm ci
1010
RUN npm run build
1111

1212
# In order to clean from building, we restarted from the original image (multi-stage build)
13-
FROM nginx:1.26.0-bookworm AS runner
13+
FROM nginx:stable-bookworm AS runner
1414
# Upgrade image packages
1515
# RUN apk update && apk upgrade --no-cache
1616
# Clean the directory where our app will be placed

0 commit comments

Comments
 (0)