From 2579883826a1bfa3fd8a6800e553ceb4a3438a9f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 17 Mar 2026 02:55:12 +0000 Subject: [PATCH] deps: Update container images --- 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 c6c7c7ef2..eeb82c258 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:88a46f645e304fc0dcfbdacdfa338ce02d9890df5f936872243d553278deae92 +FROM gcr.io/distroless/static:nonroot@sha256:64c43684e6d2b581d1eb362ea47b6a4defee6a9cac5f7ebbda3daa67e8c9b8e6 LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy" diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 0fddd74ee..dc3aa5c67 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:59855d3dceb3ae53991193bd03301e082b2a7faa56a514b03527ae0ec2ce3a95 +FROM alpine:3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy" diff --git a/Dockerfile.bookworm b/Dockerfile.bookworm index 68954c0e3..b1bbeb3e0 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:8d11f62b1699a326f4ed1f457cae981dd555f5271d63d56b1ef2ae50fba23f4b +FROM gcr.io/cloud-marketplace-containers/google/debian12@sha256:cf8344264656f8e053bf791a4687a459bfb73808b3cca9742085ff333a320db6 LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy" diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 6af54d905..0da46b234 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:308a07e11bfc84a20518eb34e5e8312ec2d9daf195151d73f71d8b1a53c560cc +FROM gcr.io/cloud-marketplace-containers/google/debian11@sha256:5a1ec8337ed8e9e4a41cfa6ac1b6a73fc3ddf4cab60cda1ef807d1e6a8b1f74d LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy"