From 2170b3fa63165781bf5450d66054d40b05c416c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jun 2023 15:48:46 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-FREETYPE-1019582 - https://snyk.io/vuln/SNYK-DEBIAN10-GZIP-2444259 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBGCRYPT20-1582894 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0869fea..78cb64f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -From nginx:1.17 +From nginx:1.25 COPY index.html /usr/share/nginx/html/ EXPOSE 80