Skip to content

Commit

Permalink
Update Dockerfile (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinlawnik authored Jul 18, 2024
1 parent f9e6376 commit b921770
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.3.0/sloctl-linux-0.3.0
RUN wget -O sloctl -q https://github.com/nobl9/sloctl/releases/download/v0.3.4/sloctl-linux-0.3.4

# place the binary in the PATH
RUN chmod +x sloctl
Expand Down

0 comments on commit b921770

Please # to comment.