From a56e0b06dd3f4cd2cd3c1d649e0b946f4b5d4861 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Jun 2023 14:02:54 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 12bef4f3f..23e5bf87a 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}-$BUILD_UPSTREAM +FROM ${BUILD_FROM} ################## # 2 Modify Image #