From 92ab37e04ac0e74e70b9682034a7eed4a4e6ba3b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:04:36 +0100 Subject: [PATCH] Update Dockerfile --- doublecommander/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doublecommander/Dockerfile b/doublecommander/Dockerfile index 9005df936..8107c9807 100644 --- a/doublecommander/Dockerfile +++ b/doublecommander/Dockerfile @@ -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 \