Skip to content

Commit

Permalink
Fix Dockerfile (trufflesecurity#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker authored Apr 9, 2022
1 parent 6be5ee1 commit b85467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15

RUN apk add --no-cache git
WORKDIR /usr/bin/trufflehog
WORKDIR /usr/bin/
COPY trufflehog .

ENTRYPOINT ["/usr/bin/trufflehog"]

0 comments on commit b85467e

Please sign in to comment.