From 05c5730a9bcc97a84eb09e7134dbe3e1261fd16e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Dec 2022 06:12:54 +0000 Subject: [PATCH] fix: nginx/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-KRB5-3120880 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-3120880 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index a5fb93d..55756a5 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -5,7 +5,7 @@ # contained webserver for continuous integration ############################################################ -FROM nginx:latest +FROM nginx:1.23.2 # File Author / Maintainer MAINTAINER John Arroyo, info@arroyolabs.com