mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 07:41:48 +02:00
Align with addon version
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
|
ARG BUILD_VERSION
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
#Install bashio
|
#Install bashio
|
||||||
@@ -18,7 +19,7 @@ RUN apt-get update \
|
|||||||
#Install Joal
|
#Install Joal
|
||||||
RUN mkdir -p /joal \
|
RUN mkdir -p /joal \
|
||||||
&& curl -L -s \
|
&& 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 \
|
| tar zxvf - -C /joal \
|
||||||
&& chown -R $(id -u):$(id -g) /joal
|
&& chown -R $(id -u):$(id -g) /joal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user