From 3a0ccfd8007cd5d11b0fb8f9ae7f644cb5c68b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:06:24 +0000 Subject: [PATCH] Bump alpine from 3.20.2 to 3.20.3 Bumps alpine from 3.20.2 to 3.20.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.foo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.foo b/Dockerfile.foo index db93c01..5b0728b 100644 --- a/Dockerfile.foo +++ b/Dockerfile.foo @@ -13,7 +13,7 @@ ARG TARGETARCH RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags "-s -w" -trimpath -o /go/bin/foo ./cmd/foo -FROM --platform=${TARGETPLATFORM} alpine:3.20.2 +FROM --platform=${TARGETPLATFORM} alpine:3.20.3 RUN apk add --update --no-cache \ ca-certificates \