diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index dd1fe09f6..72b65e7c4 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -FROM ${BUILD_FROM}${BUILD_VERSION%|*} +FROM ${BUILD_FROM}${BUILD_VERSION/%_REV*/} RUN \ # Install bashio