dockerfile version

pull/41/head^2 v0.36
Hunter Long 2018-08-12 12:48:00 -07:00
parent 5efef37243
commit d5738db0b7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
ENV VERSION=v0.35
ENV VERSION=v0.36
RUN apk --no-cache add libstdc++ ca-certificates
RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-alpine.tar.gz && \