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