From c6b3198bcce8ba5b9c72d35bae022f5d83a1276d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:30:11 +0000 Subject: [PATCH] Bump alpine from 3.21.0 to 3.21.1 in /cmd (#270) Bumps alpine from 3.21.0 to 3.21.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cmd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/Dockerfile b/cmd/Dockerfile index 7e99fd0..1474299 100644 --- a/cmd/Dockerfile +++ b/cmd/Dockerfile @@ -18,7 +18,7 @@ COPY . . RUN go build -o bin/distributor ./cmd # Build release image -FROM alpine:3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 +FROM alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3 COPY --from=builder /build/bin/distributor /bin/distributor ENTRYPOINT ["/bin/distributor"]