From 3d34e8b42efd118f8cca2ed10814fa98b66e5dda Mon Sep 17 00:00:00 2001 From: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:52:43 +0700 Subject: [PATCH] fix: tool/piped-base/Dockerfile to reduce vulnerabilities (#5405) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 Signed-off-by: t-kikuc Co-authored-by: snyk-bot --- tool/piped-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/piped-base/Dockerfile b/tool/piped-base/Dockerfile index 08371ceeea..d403adbcd4 100644 --- a/tool/piped-base/Dockerfile +++ b/tool/piped-base/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21.0 ARG PIPED_USER=piped ARG PIPED_USER_GROUP=piped