Skip to content

Commit

Permalink
Merge pull request #23 from threatcode/snyk-fix-d0b34fb8da9b8fa81628e…
Browse files Browse the repository at this point in the history
…7b33408b056

[Snyk] Security upgrade nginx from 1.19 to 1.25.2
  • Loading branch information
gitworkflows authored Dec 25, 2023
2 parents 68a545e + 44805ca commit b4b6cad
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.3
FROM nginx:1.25.2

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

0 comments on commit b4b6cad

Please sign in to comment.