From ca335ce4e5e4db5da404fe3002d54cc6866fcd98 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Jan 2021 12:28:39 +0100 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 6add08feb..43a59c825 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -21,7 +21,7 @@ RUN \ \ #Install Joal && curl -J -L -o /tmp/joal.tar.gz \ - "https://github.com/anthonyraymond/joal/releases/download/${BUILD_VERSION}/joal.tar.gz" \ + "https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" \ && mkdir -p /joal \ && tar zxvf /tmp/joal.tar.gz -C /joal/ \ && chown -R $(id -u):$(id -g) /joal \