From 905647dd8a3628b87a77cd4d350db7b8e34cc025 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 09:45:51 +0000 Subject: [PATCH] fix: blog-api/docker/prod/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-1585249 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 --- blog-api/docker/prod/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-api/docker/prod/nginx/Dockerfile b/blog-api/docker/prod/nginx/Dockerfile index 94cf7d82..d6507ec8 100644 --- a/blog-api/docker/prod/nginx/Dockerfile +++ b/blog-api/docker/prod/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.1-alpine +FROM nginx:1.29.2-alpine RUN apk add --no-cache curl