From 4f636eef92b8df1ee5d07c39a2b6fb0459504912 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Feb 2021 21:13:53 +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..d512de653 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,5 +1,5 @@ ARG BUILD_FROM -ARG BUILD_VERSION +ARG BUILD_VERSION=${BUILD_VERSION%.*} FROM ${BUILD_FROM}${BUILD_VERSION} # Copy root filesystem