From e4013459c7972f1e4ec7fc9d58d2e7cafc3d3d21 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 15 Jan 2021 19:49:34 +0100 Subject: [PATCH] Align with addon version --- joal/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index ab482fd12..b28e5aafe 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -1,4 +1,5 @@ ARG BUILD_FROM +ARG BUILD_VERSION FROM $BUILD_FROM #Install bashio @@ -18,7 +19,7 @@ RUN apt-get update \ #Install Joal RUN mkdir -p /joal \ && curl -L -s \ - "https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" \ + "https://github.com/anthonyraymond/joal/releases/download/${BUILD_VERSION}/joal.tar.gz" \ | tar zxvf - -C /joal \ && chown -R $(id -u):$(id -g) /joal