From d32d1641b663052da35ca24da0cb3af90a2bce74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 May 2023 19:36:38 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-5423814 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4494301..bab66b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,6 @@ COPY . . RUN bundle exec jekyll build # Hosting Layer -FROM nginx +FROM nginx:1-bullseye COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=0 /work/_site/ /usr/share/nginx/html/