From 6e19441f7a0279ae78f6286c761df43ee4f5f448 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 8 Oct 2024 01:42:25 +0200 Subject: [PATCH] deps: Update container images (#2293) --- Dockerfile | 2 +- Dockerfile.alpine | 2 +- Dockerfile.bookworm | 2 +- Dockerfile.bullseye | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ac6a8f00..0bc2da2af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags "-X github.com/GoogleCloudPlatform/cloud-sql-proxy/v2/cmd.metadataString=container" # Final Stage -FROM gcr.io/distroless/static:nonroot@sha256:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65 +FROM gcr.io/distroless/static:nonroot@sha256:26f9b99f2463f55f20db19feb4d96eb88b056e0f1be7016bb9296a464a89d772 LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy" diff --git a/Dockerfile.alpine b/Dockerfile.alpine index abf5e29d4..d138913cd 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags "-X github.com/GoogleCloudPlatform/cloud-sql-proxy/v2/cmd.metadataString=container.alpine" # Final stage -FROM alpine:3@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 +FROM alpine:3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy" diff --git a/Dockerfile.bookworm b/Dockerfile.bookworm index fcb5617c8..1916f6c03 100644 --- a/Dockerfile.bookworm +++ b/Dockerfile.bookworm @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags "-X github.com/GoogleCloudPlatform/cloud-sql-proxy/v2/cmd.metadataString=container.bookworm" # Final stage -FROM gcr.io/cloud-marketplace-containers/google/debian12@sha256:b7bca27b5cedb5f84de254351ef69b26a0f9cb38c5943a30f2d9e70717d18434 +FROM gcr.io/cloud-marketplace-containers/google/debian12@sha256:16ad7bed333ed9d5fa4e6b0d94746cebe7a118ca1cc27ad50f38ec65c31edd82 LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy" diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 7ee6d617a..aff2a3a8d 100644 --- a/Dockerfile.bullseye +++ b/Dockerfile.bullseye @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags "-X github.com/GoogleCloudPlatform/cloud-sql-proxy/v2/cmd.metadataString=container.bullseye" # Final stage -FROM gcr.io/cloud-marketplace-containers/google/debian11@sha256:20c694f8e7f6f124e2d03a5419f115d9d426fb7e23f01e5fdc2ebcf38679d9f5 +FROM gcr.io/cloud-marketplace-containers/google/debian11@sha256:42406b949f95ba7681af08062f622e571a0a04763200fea0be2faca1198b3222 LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy"