diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index ebfe6b93f..3b7459288 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="latest" FROM ${BUILD_FROM}-$BUILD_UPSTREAM ##################