docker fix

pull/41/head^2 v0.43
Hunter Long 2018-08-15 23:53:03 -07:00
parent eba044fd81
commit 44a3a2ac52
2 changed files with 2 additions and 2 deletions

View File

@ -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 && \

View File

@ -1,4 +1,4 @@
VERSION=0.42 VERSION=0.43
BINARY_NAME=statup BINARY_NAME=statup
GOPATH:=$(GOPATH) GOPATH:=$(GOPATH)
GOCMD=go GOCMD=go