From e7b50b58cfa65b2c10f78ae95354cb71c41d4205 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Nov 2024 06:47:33 +0000 Subject: [PATCH] fix: Nginx/Dockerfile.tpl to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908399 --- Nginx/Dockerfile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Dockerfile.tpl b/Nginx/Dockerfile.tpl index cf83f180940..f85eeede37d 100644 --- a/Nginx/Dockerfile.tpl +++ b/Nginx/Dockerfile.tpl @@ -1,4 +1,4 @@ -FROM nginx:1.26.1-alpine +FROM nginx:1.27.3-alpine ARG GIT_SHA