From 1914f4e3c27e92fba591770f7d4534067e798f3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Nov 2025 08:48:53 +0000 Subject: [PATCH] fix: gateway/nginx/dev/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/dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/nginx/dev/Dockerfile b/gateway/nginx/dev/Dockerfile index dd6408a9..49903985 100644 --- a/gateway/nginx/dev/Dockerfile +++ b/gateway/nginx/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.1-alpine AS nginx +FROM nginx:1.29.3-alpine AS nginx RUN apk add --no-cache curl nano