From cfe425179583a2268951c42df996367cac344e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 04:33:14 +0000 Subject: [PATCH] Bump alpine from 3.21.2 to 3.21.3 Bumps alpine from 3.21.2 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.buf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.buf b/Dockerfile.buf index b1a5468db2..e6fc2f367b 100644 --- a/Dockerfile.buf +++ b/Dockerfile.buf @@ -13,7 +13,7 @@ ARG TARGETARCH RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags "-s -w" -trimpath -buildvcs=false -o /go/bin/buf ./cmd/buf -FROM --platform=${TARGETPLATFORM} alpine:3.21.2 +FROM --platform=${TARGETPLATFORM} alpine:3.21.3 RUN apk add --update --no-cache \ ca-certificates \