From c80a3f98170b280ef83bef442f8c73b8065cde2a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 17 Feb 2021 07:34:38 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 3ca6dce6c..34bdf9d76 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 /