From 2ee0681e030beefdfbce6ad61d99ec9dc12bd4b6 Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Fri, 13 Dec 2024 07:09:33 +0530 Subject: [PATCH] fix: cmd/pipectl/Dockerfile to reduce vulnerabilities (#5407) 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 --- cmd/pipectl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pipectl/Dockerfile b/cmd/pipectl/Dockerfile index 71063d394a..e0f2787ba0 100644 --- a/cmd/pipectl/Dockerfile +++ b/cmd/pipectl/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 +FROM alpine:3.21.0 RUN apk add --no-cache git