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.
sheriff
1 parent 2689667 commit ee1a9f3Copy full SHA for ee1a9f3
Dockerfile
@@ -1,5 +1,4 @@
1
ARG GO_VERSION=1.23.2
2
-ARG ALPINE_VERSION=3.20.3
3
ARG OSV_SCANNER_VERSION=1.9.0
4
ARG BUSYBOX_VERSION=1.37.0
5
@@ -24,3 +23,5 @@ WORKDIR /app
24
23
COPY --from=osv-scanner /osv-scanner /usr/local/bin/osv-scanner
25
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
26
COPY --from=builder /app/build/sheriff /usr/local/bin/sheriff
+
27
+ENTRYPOINT [ "sheriff" ]
0 commit comments