From 3745b5859f67614191b093b2da6c61004fe73996 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 27 May 2016 22:42:31 +0200 Subject: [PATCH] rutorrent: update filebot (4.6.1 -> 4.7) --- rutorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rutorrent/Dockerfile b/rutorrent/Dockerfile index bfec299..cc9fab2 100644 --- a/rutorrent/Dockerfile +++ b/rutorrent/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Wonderfall ARG MEDIAINFO_VER=0.7.85 ARG RTORRENT_VER=0.9.6 ARG LIBTORRENT_VER=0.13.6 -ARG FILEBOT_VER=4.6.1 +ARG FILEBOT_VER=4.7 ARG BUILD_CORES ENV UID=991 \