Skip to content

Commit

Permalink
Merge branch 'main' into renovate/github-codeql-action-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed May 5, 2023
2 parents 1ba8a83 + d8fe2e9 commit bc698c9
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:149531e38c7e4554d4a6725d7d70593ef9f9881358809463800669ac89f3b0ec
FROM gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
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 bc698c9

Please sign in to comment.