diff --git a/Dockerfile b/Dockerfile index 8493ec5..cd08821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.17.2 RUN apk add bash wget unzip libc6-compat libstdc++ libssl3 libcrypto3 # Get the latest release of sloctl -RUN wget -O sloctl -q https://github.com/nobl9/sloctl/releases/download/v0.0.94/sloctl-linux-0.0.94 +RUN wget -O sloctl -q https://github.com/nobl9/sloctl/releases/download/v0.0.96/sloctl-linux-0.0.96 # place the binary in the PATH RUN chmod +x sloctl