From 2b50953a99b3473e9a8611f4be76c8985cb4dab9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 May 2022 17:59:58 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GZIP-2444256 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808697 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808704 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-2774162 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-2774167 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4494301..0e6b6e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,6 @@ COPY . . RUN bundle exec jekyll build # Hosting Layer -FROM nginx +FROM nginx:1.21 COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=0 /work/_site/ /usr/share/nginx/html/