Skip to content

Commit

Permalink
deps: Update container images (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored May 15, 2024
1 parent 73b8fed commit 65f96ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
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"

# Final Stage
FROM gcr.io/distroless/static:nonroot@sha256:f41b84cda410b05cc690c2e33d1973a31c6165a2721e2b5343aab50fecb63441
FROM gcr.io/distroless/static:nonroot@sha256:e9ac71e2b8e279a8372741b7a0293afda17650d926900233ec3a7b2b7c22a246

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:afe18e776cd95e55cebe2bf5362f2ae177ddbe2a8a2550d119c0f881d3f2a520
FROM gcr.io/cloud-marketplace-containers/google/debian11@sha256:c26b8ee61a7af69621457e77a6dfea66430e437fc8ed48fb2a80334392e101ea

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.buster
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.buster"

# Final stage
FROM gcr.io/cloud-marketplace-containers/google/debian10@sha256:970a35793b095d5b14f8844025cd6ca27156d721dd55fb6d331f5c2ce87be346
FROM gcr.io/cloud-marketplace-containers/google/debian10@sha256:004ce015745f8dd1e5b662a75d8192a673b00eb79487b36183d0d82d16391543

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

Expand Down

0 comments on commit 65f96ac

Please sign in to comment.