From b921770c1ed8d80a3dc04924074717683ea0ffa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81awniczak?= Date: Thu, 18 Jul 2024 10:31:49 +0200 Subject: [PATCH] Update Dockerfile (#20) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d250df2..601019d 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.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