Update Dockerfile

This commit is contained in:
Alexandre
2021-01-18 16:13:35 +01:00
committed by GitHub
parent 32ec8f6fe4
commit c74c7ba229

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 \