From ee9d8df031bc7edfa75f067e10e213da9f70297a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 May 2021 01:57:52 +0200 Subject: [PATCH] Update to 14.3.4.99202104300534-7354-9f8a6e8fbubuntu20.04.1-ls131 --- qbittorrent/CHANGELOG.md | 3 +++ qbittorrent/Dockerfile | 2 +- qbittorrent/config.json | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 75b6f1775..0ff87e5f5 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.3.4.99202104300534-7354-9f8a6e8fbubuntu20.04.1-ls131 (01-05-2021) +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.4.99202104281424-7353-7dd9e7343ubuntu20.04.1-ls130 (29-04-2021) - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index f9d95f662..18ebda995 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.4.99202104281424-7353-7dd9e7343ubuntu20.04.1-ls130" +ARG BUILD_UPSTREAM="14.3.4.99202104300534-7354-9f8a6e8fbubuntu20.04.1-ls131" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Base system diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 8dd38d263..9cc7fb5bc 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.4.99202104281424-7353-7dd9e7343ubuntu20.04.1-ls130-dev4", - "upstream": "14.3.4.99202104281424-7353-7dd9e7343ubuntu20.04.1-ls130", + "version": "14.3.4.99202104300534-7354-9f8a6e8fbubuntu20.04.1-ls131", + "upstream": "14.3.4.99202104300534-7354-9f8a6e8fbubuntu20.04.1-ls131", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons", @@ -35,8 +35,8 @@ "privileged": [ "SYS_ADMIN", "DAC_READ_SEARCH", - "NET_ADMIN", - "DAC_OVERRIDE" + "NET_ADMIN", + "DAC_OVERRIDE" ], "devices": [ "/dev/net/tun"