We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e566724 commit 60f4869Copy full SHA for 60f4869
‎Dockerfile
@@ -6,6 +6,7 @@ ADD . /src
6
RUN go build -o /bouncycastle
7
8
FROM gcr.io/distroless/base
9
+LABEL org.opencontainers.image.source https://github.com/coderanger/bouncycastle
10
COPY --from=build /bouncycastle /bouncycastle
11
USER 65534
12
ENTRYPOINT ["/bouncycastle"]
0 commit comments