From c9515ea8bb76fc6539c3620c0003ceb4ec932e89 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 17 Feb 2021 07:36:25 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 34bdf9d76..2a37ecd97 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -FROM ${BUILD_FROM}${BUILD_VERSION%%*( )} +FROM ${BUILD_FROM}${BUILD_VERSION%%*(_)} # Copy root filesystem COPY rootfs /