From b25a3619679503ba82573341fea4c30e8b225b86 Mon Sep 17 00:00:00 2001 From: Mateusz Hawrus <48822818+nieomylnieja@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:19:27 +0100 Subject: [PATCH] Update sloctl to version 0.0.96 (#16) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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