build from upstream

This commit is contained in:
Alexandre
2021-02-21 08:38:19 +01:00
parent a7138045f5
commit 9d0ec76c82
14 changed files with 30 additions and 20 deletions

View File

@@ -1,7 +1,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.0.2.4552"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
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" \