From f6b405cabfd4467cb41d32c259d3735ca5e4454d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 10:03:30 +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-CURL-2938017 --- 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..31278552 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.29.2-alpine RUN apk add --no-cache curl