From bc815d842808ae50a6747e236c3b0e3e97fd7703 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Sep 2022 12:55:36 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 3b7459288..ebfe6b93f 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 ##################