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