From d5738db0b70c52de7114e5907e6fd424e10015f1 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sun, 12 Aug 2018 12:48:00 -0700 Subject: [PATCH] dockerfile version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77af5d5a..bc9acb3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \