mirror of https://github.com/statping/statping
parent
eba044fd81
commit
44a3a2ac52
|
@ -2,7 +2,7 @@ FROM alpine:latest
|
||||||
LABEL MAINTAINER = 'Hunter Long (https://github.com/hunterlong)'
|
LABEL MAINTAINER = 'Hunter Long (https://github.com/hunterlong)'
|
||||||
|
|
||||||
# Locked version of Statup for 'latest' Docker tag
|
# Locked version of Statup for 'latest' Docker tag
|
||||||
ENV VERSION=v0.42
|
ENV VERSION=v0.43
|
||||||
|
|
||||||
RUN apk --no-cache add libstdc++ ca-certificates
|
RUN apk --no-cache add libstdc++ ca-certificates
|
||||||
RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-alpine.tar.gz && \
|
RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-alpine.tar.gz && \
|
||||||
|
|
Loading…
Reference in New Issue