diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 9d01744bc..f11202c66 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166" +ARG BUILD_UPSTREAM="release-4.4.1-ls173" FROM ${BUILD_FROM}-$BUILD_UPSTREAM ##################