From 22b6689bd8bca73e13fedca0f04c1442e933707c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Apr 2026 09:23:26 +0000 Subject: [PATCH] fix: cmd/pipectl/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-MUSL-16008606 - https://snyk.io/vuln/SNYK-ALPINE322-MUSL-16008606 - https://snyk.io/vuln/SNYK-ALPINE322-MUSL-16032131 --- cmd/pipectl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pipectl/Dockerfile b/cmd/pipectl/Dockerfile index b778f151cf..1fdc2e171d 100644 --- a/cmd/pipectl/Dockerfile +++ b/cmd/pipectl/Dockerfile @@ -13,7 +13,7 @@ COPY . ./ RUN make build/go MOD=pipectl BUILD_OS=${TARGETOS} BUILD_ARCH=${TARGETARCH} -FROM alpine:3.22.2 +FROM alpine:3.23.3 RUN apk add --no-cache git