From bc8da6eed22c4d5737dbd1c60509a362468c90da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 09:46:35 +0000 Subject: [PATCH] fix: gateway/nginx/prod/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-LIBRETLS-2432985 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2426333 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2426333 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 --- gateway/nginx/prod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/nginx/prod/Dockerfile b/gateway/nginx/prod/Dockerfile index de0b151a..9de65cc9 100644 --- a/gateway/nginx/prod/Dockerfile +++ b/gateway/nginx/prod/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.1-alpine AS nginx +FROM nginx:1.29.2-alpine AS nginx RUN apk add --no-cache curl nano