Update Dockerfile

This commit is contained in:
Alexandre
2021-08-16 07:43:56 +02:00
committed by GitHub
parent 29cc124aee
commit 75e733f15c

View File

@@ -1,10 +1,10 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BASHIO_VERSION=0.13.1
FROM ${BUILD_FROM}
# Add bashio
ARG BASHIO_VERSION=0.13.1
RUN \
################
# Install apps #