diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index e3a15c4e3..73bb1b806 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="latest" +ARG BUILD_UPSTREAM="4.4.3.1-r1-ls208" FROM ${BUILD_FROM}-$BUILD_UPSTREAM ##################