From 50415596d818f9d87adbfcf46b19618ae35cb7f3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 26 Mar 2021 01:56:46 +0100 Subject: [PATCH] Update to 14.3.3.99202103251603-7345-332b173e0ubuntu20.04.1-ls122 --- qbittorrent/CHANGELOG.md | 3 +++ qbittorrent/Dockerfile | 2 +- qbittorrent/config.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 0be47eacd..01b7d7ff3 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.3.3.99202103251603-7345-332b173e0ubuntu20.04.1-ls122 +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.3.99202103241603-7341-f7e6b9649ubuntu20.04.1-ls121 - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 56d1bd718..a8bf5dea9 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.3.99202103241603-7341-f7e6b9649ubuntu20.04.1-ls121" +ARG BUILD_UPSTREAM="14.3.3.99202103251603-7345-332b173e0ubuntu20.04.1-ls122" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 318449b5d..3b67fb0c6 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.3.99202103241603-7341-f7e6b9649ubuntu20.04.1-ls121", - "upstream": "14.3.3.99202103241603-7341-f7e6b9649ubuntu20.04.1-ls121", + "version": "14.3.3.99202103251603-7345-332b173e0ubuntu20.04.1-ls122", + "upstream": "14.3.3.99202103251603-7345-332b173e0ubuntu20.04.1-ls122", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons",