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