From 97edd4cfb34bc431c1a89af36b17c6dfb0dbc3c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Apr 2023 14:45:46 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585150 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-2936229 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBTASN16-3061097 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2933518 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c60f438c..ec32cc35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN bundle install RUN bundle exec jekyll pagemaster --no-permalink about RUN bundle exec jekyll build -FROM nginx:1.21 +FROM nginx:1.24 COPY --from=builder /site/_site /usr/share/nginx/html