From c89803afd03da8784f183f5a7a294d27206b67f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 12:03:06 +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-ZLIB-2976174 --- 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..ed8e6ae2 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.1-alpine AS nginx RUN apk add --no-cache curl nano