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/