From 37849d0fab86038f5cb449cf8981fb6202c388dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Sep 2022 05:20:56 +0000 Subject: [PATCH] fix: nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3012384 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBXSLT-2964230 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808697 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808704 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-2976151 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index a5fb93d..8fa7342 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -5,7 +5,7 @@ # contained webserver for continuous integration ############################################################ -FROM nginx:latest +FROM nginx:1.23.1 # File Author / Maintainer MAINTAINER John Arroyo, info@arroyolabs.com