From ec5882ca425e94e8e7f4a00046c4ce8411acbefe Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Jun 2023 06:57:13 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 23e5bf87a..12bef4f3f 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -17,7 +17,7 @@ ARG BUILD_FROM ARG BUILD_VERSION ARG BUILD_UPSTREAM="4.5.4" -FROM ${BUILD_FROM} +FROM ${BUILD_FROM}-$BUILD_UPSTREAM ################## # 2 Modify Image #