diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 72d2cfcfa..24eb5549f 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 ##################