From 65d955377318f32983c16c2293bcd7b92a0e20ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:36:17 +0000 Subject: [PATCH] Bump alpine from 3.21.0 to 3.21.2 Bumps alpine from 3.21.0 to 3.21.2. --- 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 badbddb2e0..3d7596124a 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.0 +FROM --platform=${TARGETPLATFORM} alpine:3.21.2 RUN apk add --update --no-cache \ ca-certificates \