Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/alloydb-auth-proxy/cmd.metadataString=container.bookworm"

# Final stage
FROM gcr.io/cloud-marketplace-containers/google/debian12@sha256:fb0fb9e41ea265e594ef82cc1d7bf876b8f9770103890aba4c8501ca0b581f75
FROM gcr.io/cloud-marketplace-containers/google/debian12@sha256:2615a2b19bb2e92e69f8d28f292d34eed8f48efcc0e46497d16bb4581ba29fca
LABEL org.opencontainers.image.source="https://github.com/GoogleCloudPlatform/alloydb-auth-proxy"

RUN apt-get update && apt-get install -y ca-certificates
Expand Down