From d4b8f68c713167203d05eaeb9b71a5fa4a42f691 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 20:12:15 +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-APKTOOLS-1533752 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445 --- samples/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Dockerfile b/samples/Dockerfile index e1e7e26c..faa2357e 100644 --- a/samples/Dockerfile +++ b/samples/Dockerfile @@ -1,2 +1,2 @@ -FROM alpine:3.14.0 +FROM alpine:3.23.2 RUN echo "testuser:x:10999:10999:,,,:/home/testuser:/bin/bash" >> /etc/passwd && echo "testuser::18761:0:99999:7:::" >> /etc/shadow