Skip to content

Commit

Permalink
deps: Update gcr.io/distroless/static:nonroot Docker digest to 91ca472 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 11, 2023
1 parent 8f3830d commit e42ae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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"

# Final Stage
FROM gcr.io/distroless/static:nonroot@sha256:92d40eea0b5307a94f2ebee3e94095e704015fb41e35fc1fcbd1d151cc282222
FROM gcr.io/distroless/static:nonroot@sha256:91ca4720011393f4d4cab3a01fa5814ee2714b7d40e6c74f2505f74168398ca9
COPY --from=build --chown=nonroot /go/src/cloud-sql-proxy/cloud-sql-proxy /cloud-sql-proxy
# set the uid as an integer for compatibility with runAsNonRoot in Kubernetes
USER 65532
Expand Down

0 comments on commit e42ae2d

Please sign in to comment.