Skip to content

Commit

Permalink
Merge pull request #487 from tuanicom/snyk-fix-f6f1856ae5442d10fa4ec6…
Browse files Browse the repository at this point in the history
…8b0655175d

[Snyk] Security upgrade nginx from 1.26.0-bookworm to stable-bookworm
  • Loading branch information
tuanicom committed Jul 3, 2024
2 parents 6045223 + 83f0136 commit a0e58f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm ci
RUN npm run build

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

0 comments on commit a0e58f7

Please sign in to comment.