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

@@ -3,7 +3,7 @@ ARG BUILD_VERSION
FROM ${BUILD_FROM}
# Set shell
ARG BASHIO_VERSION=0.14.3
ENV BASHIO_VERSION=0.14.3
ENV PAPERLESS_DATA_DIR=/config/paperless_ng
RUN apt-get update && \