From ad0d4a787f4c142545b276dcc113a6776d37fffb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 May 2022 04:19:25 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-2806806 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-542924 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-542930 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-609786 - https://snyk.io/vuln/SNYK-DEBIAN9-TAR-312293 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ade4b14..9bea5a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM nginx:1.15.5 \ No newline at end of file +FROM nginx:1.20 \ No newline at end of file