From e440a517e22cbe9cf3cb867247ce30dd0abde570 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Aug 2025 07:22:33 +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-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 --- 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..f93fb5f5 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.1-alpine RUN apk add --no-cache curl