Skip to content

Commit ee1a9f3

Browse files
committed
fix: make sheriff the entrypoint of the docker image
1 parent 2689667 commit ee1a9f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
ARG GO_VERSION=1.23.2
2-
ARG ALPINE_VERSION=3.20.3
32
ARG OSV_SCANNER_VERSION=1.9.0
43
ARG BUSYBOX_VERSION=1.37.0
54

@@ -24,3 +23,5 @@ WORKDIR /app
2423
COPY --from=osv-scanner /osv-scanner /usr/local/bin/osv-scanner
2524
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2625
COPY --from=builder /app/build/sheriff /usr/local/bin/sheriff
26+
27+
ENTRYPOINT [ "sheriff" ]

0 commit comments

Comments
 (0)