upgrade dockerfile

pull/10/head
Hunter Long 2018-06-26 20:15:59 -07:00
parent 3bb0b342d7
commit 98756256b5
1 changed files with 1 additions and 1 deletions

View File

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