Update Dockerfile

This commit is contained in:
Alexandre
2021-04-07 09:06:20 +02:00
committed by GitHub
parent 22922c5ad0
commit 87950fa07d

View File

@@ -1,7 +1,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
FROM ${BUILD_FROM}${BUILD_VERSION}
ARG BUILD_UPSTREAM="0.8.2"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Install bashio
RUN apt-get update \