From acfc9029f569d62871c464bdad18f29f6fa563e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Nov 2025 23:36:52 +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..9380ec86 100644 --- a/samples/Dockerfile +++ b/samples/Dockerfile @@ -1,2 +1,2 @@ -FROM alpine:3.14.0 +FROM alpine:3.18.12 RUN echo "testuser:x:10999:10999:,,,:/home/testuser:/bin/bash" >> /etc/passwd && echo "testuser::18761:0:99999:7:::" >> /etc/shadow