Skip to content

Commit

Permalink
deps: Update container images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 31, 2025
1 parent e06cc44 commit 11e58f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -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:47bbce9ac513f63ba0a580433a8e4b66175d8727e27e46477af0f403c292b290
FROM gcr.io/cloud-marketplace-containers/google/debian12@sha256:a8d563fd277caec01500bdc2efbd9c4990218e1301cf4b0a9e350d8324c0fbfe

LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -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:212f16776db02908a06002ddf6645f93548d8a1a143a3e3db7171a1836e63e93
FROM gcr.io/cloud-marketplace-containers/google/debian11@sha256:e0d86497d9a7b3e827470126c00b864073148d28a65999020a2983a27ee23da0

LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/cloud-sql-proxy"

Expand Down

0 comments on commit 11e58f3

Please sign in to comment.