Skip to content

Commit

Permalink
Update sloctl to version 0.0.96 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Jan 10, 2024
1 parent 9e7958b commit b25a361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b25a361

Please # to comment.