mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-21 23:09:14 +02:00
Update Dockerfile
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_UPSTREAM="2.1.24"
|
ARG BUILD_UPSTREAM="2.1.26"
|
||||||
FROM anthonyraymond/joal:$BUILD_UPSTREAM
|
FROM anthonyraymond/joal:$BUILD_UPSTREAM
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="2.1.24"
|
ARG BUILD_UPSTREAM="2.1.26"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
#Install bashio
|
#Install bashio
|
||||||
|
|||||||
Reference in New Issue
Block a user