From b86e537065196001ac1536f5f520791e29605d2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 11:54:49 +0000 Subject: [PATCH] fix: build/Dockerfile.prod to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-LIBWEBP-5902238 - https://snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2938004 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2938004 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-3063708 --- build/Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.prod b/build/Dockerfile.prod index dd30c2d7ba7..d86ea1efbe0 100644 --- a/build/Dockerfile.prod +++ b/build/Dockerfile.prod @@ -1,4 +1,4 @@ -FROM nginx:1.21.6-alpine +FROM nginx:1.27.2-alpine LABEL maintainer="Elsiosanches@gmail.com" \