Skip to content

Commit

Permalink
Merge pull request #25 from ClubCedille/snyk-fix-6f722f3fc54205b02609…
Browse files Browse the repository at this point in the history
…e698eb410d4c

[Snyk] Security upgrade nginx from 1.25.2-alpine to 1.25.3-alpine
  • Loading branch information
antoinebou12 authored Jan 11, 2024
2 parents 8b0f67f + 3123b8a commit 146b9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .
RUN npm install
RUN npm run build

FROM nginx:1.25.2-alpine
FROM nginx:1.25.3-alpine

COPY --from=build /app/theme /usr/share/nginx/html

Expand Down

0 comments on commit 146b9ae

Please sign in to comment.