From c2408308c5033bc770ae15f2ff92e28c0f56b519 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 21:38:31 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 4038dc126..b94c43745 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,7 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION - -FROM ${BUILD_FROM}${BUILD_VERSION} +FROM ${BUILD_FROM}${BUILD_VERSION%|*} RUN \ # Install bashio