From 5347fff4c9cf82e48218b8d9b5091085c6a54773 Mon Sep 17 00:00:00 2001 From: Rathorian Date: Tue, 10 Sep 2024 08:46:28 +0200 Subject: [PATCH] update(): filebot + rutorrent --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 300dbe0..6050d18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,8 @@ LABEL description="rutorrent based on alpinelinux" \ maintainer="magicalex " ARG FILEBOT=false -ARG FILEBOT_VER=5.1.3 -ARG RUTORRENT_VER=4.3.5 +ARG FILEBOT_VER=5.1.5 +ARG RUTORRENT_VER=4.3.6 ENV UID=991 \ GID=991 \ diff --git a/README.md b/README.md index a8ec316..0d55e85 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ | Argument | Description | Type | Default value | | -------- | ----------- | ---- | ------------- | | **FILEBOT** | Build with filebot | *optional* | false -| **FILEBOT_VER** | Filebot version | *optional* | 5.1.3 -| **RUTORRENT_VER** | ruTorrent version | *optional* | 4.3.5 +| **FILEBOT_VER** | Filebot version | *optional* | 5.1.5 +| **RUTORRENT_VER** | ruTorrent version | *optional* | 4.3.6 ### build