Skip to content

Commit

Permalink
deps: Update debian:bullseye Docker digest to b165f18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 3, 2023
1 parent d8fe2e9 commit a465d53
Showing 1 changed file with 1 addition and 1 deletion.
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 debian:bullseye@sha256:0a78ed641b76252739e28ebbbe8cdbd80dc367fba4502565ca839e5803cfd86e
FROM debian:bullseye@sha256:b165f187c702504db07c9c39c53f9d923ff31039bebcb8f8516079d2d29e1e9c
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
Expand Down

0 comments on commit a465d53

Please sign in to comment.