Skip to content

Commit

Permalink
Merge pull request #18 from threatcode/snyk-fix-f1d0b6d2a2d703b652159…
Browse files Browse the repository at this point in the history
…e98d2f4c0b9

[Snyk] Security upgrade nginx from 1.19 to 1.25.3
  • Loading branch information
gitworkflows authored Dec 25, 2023
2 parents cec0ca6 + 5805543 commit df8d6c1
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 @@ -21,7 +21,7 @@ COPY ./docs ../docs
# Build the bundle
RUN npm run build-prod

FROM nginx:1.25.2
FROM nginx:1.25.3

# Remove the default nginx website
RUN rm -rf /usr/share/nginx/html/*
Expand Down

0 comments on commit df8d6c1

Please sign in to comment.