From 95add1bff618309b9e6701296837107940efdcbd Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Fri, 11 Dec 2020 13:48:49 +0800 Subject: [PATCH] Dockerfile.rtorrent: allow to specify Flood and rTorrent versions --- Dockerfile.rtorrent | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rtorrent b/Dockerfile.rtorrent index b7a075ee..f747c95a 100644 --- a/Dockerfile.rtorrent +++ b/Dockerfile.rtorrent @@ -1,6 +1,9 @@ -FROM jesec/rtorrent as rtorrent +ARG FLOOD_VERSION=latest +ARG RTORRENT_VERSION=latest -FROM jesec/flood +FROM jesec/rtorrent:$RTORRENT_VERSION as rtorrent + +FROM jesec/flood:$FLOOD_VERSION as flood # Install rTorrent COPY --from=rtorrent /usr/local/bin/rtorrent /usr/local/bin/