From c0b1927f9607e6f9deebacab89b0098315c4a2f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Aug 2025 12:22:17 +0000 Subject: [PATCH] fix: demo/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-3320728 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 --- demo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Dockerfile b/demo/Dockerfile index bc0c40df..3721b9b3 100644 --- a/demo/Dockerfile +++ b/demo/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.1-alpine +FROM nginx:1.29.1-alpine RUN apk add --no-cache curl nano