From 851753dc03c2391ab2f0aa80405e41eee0d38eb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Aug 2025 05:18:46 +0000 Subject: [PATCH] fix: blog/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-ZLIB-2976174 --- blog/docker/prod/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/docker/prod/nginx/Dockerfile b/blog/docker/prod/nginx/Dockerfile index 94cf7d82..f93fb5f5 100644 --- a/blog/docker/prod/nginx/Dockerfile +++ b/blog/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