From 0fa7525bf08a5c2292770370ed892ae9af90a925 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 9 Jun 2026 23:36:10 +0000 Subject: [PATCH] deps: Update container images --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index b31b9a6f4..a1fcc6a1a 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:4d889c14e7d5a73929ab00be2ef8ff22437e7cbc545931e52554a7b00e123d8b +FROM alpine:3@sha256:33154315cf4402e697f065e6ec2156e292187e633908ccfede9c66279b6fa956 LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy"