diff --git a/Dockerfile b/Dockerfile index f5659140..4e4b9459 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine RUN apk add --no-cache libc6-compat -ENV VERSION="v0.12" +ENV VERSION="v0.13" WORKDIR /app RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-x64