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

@@ -2,7 +2,7 @@ ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.2"
FROM ${BUILD_FROM}
ARG BASHIO_VERSION=0.14.3
ENV BASHIO_VERSION=0.14.3
# Add bashio
RUN apk add --no-cache \