From 747db63d0df0a69e5004333a78fcf1c7c5836342 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Oct 2025 09:35:42 +0000 Subject: [PATCH] fix: blog-api/docker/dev/nginx/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 --- blog-api/docker/dev/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-api/docker/dev/nginx/Dockerfile b/blog-api/docker/dev/nginx/Dockerfile index b9839963..d2096b16 100644 --- a/blog-api/docker/dev/nginx/Dockerfile +++ b/blog-api/docker/dev/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.1-alpine +FROM nginx:1.26.3-alpine RUN apk add --no-cache curl