Skip to content

Commit

Permalink
fix/docker: add curl to be used as docker Health Check
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio committed Oct 3, 2019
1 parent 95bb720 commit d2016fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.0-rc4
v0.4.0-beta5
1 change: 1 addition & 0 deletions hack/Dockerfile-goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM alpine:latest
RUN apk --no-cache add ca-certificates
RUN apk add curl
COPY statuscake-exporter /statuscake-exporter
ENTRYPOINT ["/statuscake-exporter"]
CMD [ "-h" ]

0 comments on commit d2016fd

Please sign in to comment.