From c61302d3255584d4e17bd509797c6b530d7f0fb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 May 2022 19:25:20 +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 efe5bb1..a24267d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable +FROM nginx:1.20 COPY ./index.html /usr/share/nginx/html/index.html