From 88f8d74631bfc5f996ad6bd61e433265d41b48c9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 9 May 2023 21:50:11 +0200 Subject: [PATCH] deps: Update debian:buster Docker digest to cca6bcc (#1777) Co-authored-by: Eno Compton --- Dockerfile.buster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.buster b/Dockerfile.buster index 37254b587..3ccb1da5d 100644 --- a/Dockerfile.buster +++ b/Dockerfile.buster @@ -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 debian:buster@sha256:173f0b19d2ac5ee17194dbe9a888a4a617dbf905ee666c9e780afad55eaf1d8c +FROM debian:buster@sha256:cca6bcced970f7634197ff1821aabb452024eb437958ab98bfc146ece96969c6 RUN apt-get update && apt-get install -y ca-certificates # Install fuse and allow enable non-root users to mount RUN apt-get update && apt-get install -y fuse && sed -i 's/^#user_allow_other$/user_allow_other/g' /etc/fuse.conf