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