diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index f0a986a5f..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 # @@ -170,4 +170,4 @@ HEALTHCHECK \ --retries=5 \ --start-period=30s \ --timeout=25s \ - CMD pgrep qbittorrent || exit 1 \ No newline at end of file + CMD pgrep qbittorrent || exit 1