diff --git a/Dockerfile b/Dockerfile index 52cfd537..e13483f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest LABEL MAINTAINER = 'Hunter Long (https://github.com/hunterlong)' # 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 wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-alpine.tar.gz && \ diff --git a/Makefile b/Makefile index 2fc70772..cb0dfe87 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.42 +VERSION=0.43 BINARY_NAME=statup GOPATH:=$(GOPATH) GOCMD=go