Skip to content

Commit 60f4869

Browse files
committed
🎨 Include GHCR label.
1 parent e566724 commit 60f4869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ADD . /src
66
RUN go build -o /bouncycastle
77

88
FROM gcr.io/distroless/base
9+
LABEL org.opencontainers.image.source https://github.com/coderanger/bouncycastle
910
COPY --from=build /bouncycastle /bouncycastle
1011
USER 65534
1112
ENTRYPOINT ["/bouncycastle"]

0 commit comments

Comments
 (0)