Skip to content

Commit

Permalink
Dockerfile: use alpine linux 3.5 (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M committed Feb 22, 2017
1 parent 4721e92 commit df4f277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN apk add --no-cache git bzr rpm xz && \
mv /go/bin/clair /clair && \
rm -rf /go /usr/local/go

ENTRYPOINT ["./clair"]
ENTRYPOINT ["/clair"]

0 comments on commit df4f277

Please sign in to comment.