Update Dockerfile

This commit is contained in:
Alexandre
2021-02-02 11:04:36 +01:00
committed by GitHub
parent 0bb905d522
commit 92ab37e04a

View File

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