diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index d512de653..618de556a 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,5 +1,5 @@ ARG BUILD_FROM -ARG BUILD_VERSION=${BUILD_VERSION%.*} +ARG BUILD_VERSION FROM ${BUILD_FROM}${BUILD_VERSION} # Copy root filesystem