File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
2626 go build -ldflags "-X main.metadataString=container.bullseye" -o cloud_sql_proxy ./cmd/cloud_sql_proxy
2727
2828# Final stage
29- FROM debian:bullseye
29+ FROM gcr.io/cloud-marketplace/google/debian11
3030RUN apt-get update && apt-get install -y ca-certificates
3131# Install fuse and allow enable non-root users to mount
3232RUN apt-get update && apt-get install -y fuse && sed -i 's/^#user_allow_other$/user_allow_other/g' /etc/fuse.conf
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
2626 go build -ldflags "-X main.metadataString=container.buster" -o cloud_sql_proxy ./cmd/cloud_sql_proxy
2727
2828# Final stage
29- FROM debian:buster
29+ FROM gcr.io/cloud-marketplace/google/debian10
3030RUN apt-get update && apt-get install -y ca-certificates
3131# Install fuse and allow enable non-root users to mount
3232RUN apt-get update && apt-get install -y fuse && sed -i 's/^#user_allow_other$/user_allow_other/g' /etc/fuse.conf
You can’t perform that action at this time.
0 commit comments