From 6aa5ebce4616abe58f7cc4e73a520b3b7cec3555 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Thu, 28 Jun 2018 01:30:13 -0700 Subject: [PATCH] building in scss --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2cfc2782..43061025 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV VERSION=v0.26 +ENV VERSION=v0.27 RUN apk --no-cache add libstdc++ ca-certificates RUN wget https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-alpine.tar.gz && \