From eefb61f691085f8946c29b99feee89d06e0642d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Nov 2025 00:42:24 +0000 Subject: [PATCH] fix: samples/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-OPENSSL-1569445 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 --- samples/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Dockerfile b/samples/Dockerfile index e1e7e26c..e8a5ce76 100644 --- a/samples/Dockerfile +++ b/samples/Dockerfile @@ -1,2 +1,2 @@ -FROM alpine:3.14.0 +FROM alpine:3.21.5 RUN echo "testuser:x:10999:10999:,,,:/home/testuser:/bin/bash" >> /etc/passwd && echo "testuser::18761:0:99999:7:::" >> /etc/shadow