Update Dockerfile

This commit is contained in:
Alexandre
2021-08-29 11:34:38 +02:00
committed by GitHub
parent eacb13d63a
commit 89c8d018df

View File

@@ -1,12 +1,12 @@
ARG BUILD_FROM
ARG BUILD_UPSTREAM="2.1.24"
ARG BUILD_UPSTREAM="2.1.26"
FROM anthonyraymond/joal:$BUILD_UPSTREAM
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.24"
ARG BUILD_UPSTREAM="2.1.26"
RUN \
#Install bashio