diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 15267c349..fe262558f 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.4.3.1-r1-ls208" +ARG BUILD_UPSTREAM="4.4.5-r0-ls213" FROM ${BUILD_FROM}-$BUILD_UPSTREAM ##################