We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8323e6f + 7f85de5 commit 50dc684Copy full SHA for 50dc684
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.8
2
-RUN apk add --no-cache ca-certificates
+FROM gcr.io/distroless/static-debian11:nonroot
3
COPY bitbucket-slack-bot /
+USER nonroot
4
ENTRYPOINT ["/bitbucket-slack-bot"]
0 commit comments