Skip to content

Commit

Permalink
fix: Snyk security upgrade nginx from 1.23.3 to 1.25.5 (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: mkbreuning <97112931+mkbreuningIOHK@users.noreply.github.com>
Co-authored-by: Yurii Shynbuiev - IOHK <yurii.shynbuiev@iohk.io>
  • Loading branch information
4 people authored May 9, 2024
1 parent 6740aef commit 4339531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1
FROM nginx:1.25.5
COPY ./infra/website/ /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
COPY ./infra/nginx/nginx.conf /etc/nginx/conf.d
Expand Down

0 comments on commit 4339531

Please sign in to comment.