From c42302b35f2a9e7086ecc77ec29d9774acb6a9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:44:43 +0000 Subject: [PATCH] Bump alpine from 3.18.3 to 3.18.4 Bumps alpine from 3.18.3 to 3.18.4. --- 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 eac2253f2c..132f3d8d97 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.18.3 +FROM --platform=${TARGETPLATFORM} alpine:3.18.4 RUN apk add --update --no-cache \ ca-certificates \