switch bashio from arg to env

This commit is contained in:
Alexandre
2021-12-06 10:49:31 +01:00
parent 6edf4af074
commit cce349a3f8
39 changed files with 39 additions and 39 deletions

View File

@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# copy local files
COPY root/ /
ARG BASHIO_VERSION=0.14.3
ENV BASHIO_VERSION=0.14.3
RUN \
################
# Install apps #