From be0a3b29e0b1691a10ad5fa3aae08e28d70556d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Dec 2022 03:39:37 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058787 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058792 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d957f97..637e1b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx +FROM nginx:1.23.2 COPY dist.tar.gz /usr/share/nginx RUN cd /usr/share/nginx && ls && tar -zxvf dist.tar.gz && rm -rf html && mv dist html \ No newline at end of file