From 749863ce0a56b95f08447bcad753818932e191b3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 6 Sep 2024 23:06:33 +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 5aebd259..88bb7a75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \ go build -ldflags "-X github.com/GoogleCloudPlatform/alloydb-auth-proxy/cmd.metadataString=container" # Final Stage -FROM gcr.io/distroless/static:nonroot@sha256:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65 +FROM gcr.io/distroless/static:nonroot@sha256:42d15c647a762d3ce3a67eab394220f5268915d6ddba9006871e16e4698c3a24 LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/alloydb-auth-proxy" diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 627fdebd..fc37c2f3 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/alloydb-auth-proxy/cmd.metadataString=container.alpine" # Final stage -FROM alpine:3@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 +FROM alpine:3@sha256:e417839c51cd76908ea4ec131f132ac80a9e77d345d8a4dbc3ab2ab784f8ee6c LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/alloydb-auth-proxy" diff --git a/Dockerfile.bookworm b/Dockerfile.bookworm index bca3a42f..1f0dfe58 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/alloydb-auth-proxy/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/alloydb-auth-proxy" RUN apt-get update && apt-get install -y ca-certificates diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 5787f338..18e061d0 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/alloydb-auth-proxy/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/alloydb-auth-proxy"