From 4929d34e2f0767bb02fe0d0850700ed5d4435f75 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 1 Dec 2017 19:36:51 +0000 Subject: [PATCH] update to v4.0.2 --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38bd23c..356a9c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" # package versions -ARG QBITTORRENT_VER="4.0.1" +ARG QBITTORRENT_VER="4.0.2" ARG RASTERBAR_VER="1.1.5" # environment settings diff --git a/README.md b/README.md index b589ade..1a55254 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ To monitor the logs of the container in realtime: `docker logs -f qbittorrent` ## Versions ++ **01.12.17:** Update to v4.0.2. + **27.11.17:** Update to v4 and use cpu_core routine to speed up builds. + **16.09.17:** Bump to 3.3.16, Add WEBUI_PORT variable and notes to README to allow changing port of webui. + **01.08.17:** Initial Release.