Update Dockerfile

This commit is contained in:
Alexandre
2021-01-31 11:16:32 +01:00
committed by GitHub
parent 5d3f42dac6
commit 40982160a2

View File

@@ -1,7 +1,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
FROM ${BUILD_FROM}-${BUILD_VERSION}
FROM ${BUILD_FROM}${BUILD_VERSION}
RUN curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \