From 87950fa07d4442659dff8041d1402698b3c4d4ce Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Apr 2021 09:06:20 +0200 Subject: [PATCH] Update Dockerfile --- doublecommander/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doublecommander/Dockerfile b/doublecommander/Dockerfile index cef8d7bfd..18a3d0807 100644 --- a/doublecommander/Dockerfile +++ b/doublecommander/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM ARG BUILD_VERSION - -FROM ${BUILD_FROM}${BUILD_VERSION} +ARG BUILD_UPSTREAM="0.8.2" +FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Install bashio RUN apt-get update \