mirror of https://github.com/statping/statping
docker
parent
04881c9c40
commit
65e159a5a4
|
@ -3,8 +3,8 @@ FROM alpine
|
|||
#RUN apk add --no-cache libc6-compat
|
||||
|
||||
ENV VERSION="v0.14"
|
||||
#RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-static
|
||||
#RUN chmod +x statup-linux-static && mv statup-linux-static /usr/local/bin/statup
|
||||
RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-static
|
||||
RUN chmod +x statup-linux-static && mv statup-linux-static /usr/local/bin/statup
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
Loading…
Reference in New Issue