From 00306e11c27bd941a5a923346ba6aa5e62549756 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 07:07:57 +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-2938017 --- 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..a832974d 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.2-alpine AS nginx RUN apk add --no-cache curl nano