From aa56ed22e9a29d00c80d0e220b90aa9b2c94559d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 23:45:51 +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..94d53db2 100644 --- a/samples/Dockerfile +++ b/samples/Dockerfile @@ -1,2 +1,2 @@ -FROM alpine:3.14.0 +FROM alpine:3.23.3 RUN echo "testuser:x:10999:10999:,,,:/home/testuser:/bin/bash" >> /etc/passwd && echo "testuser::18761:0:99999:7:::" >> /etc/shadow