diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index f0d2f9544..0e2de614f 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.3.6.99202107121017-7389-3ac8c97e6ubuntu20.04.1-ls145 (13-07-2021) +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.6.99202107050919-7388-ede42910dubuntu20.04.1-ls143 (05-07-2021) - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 0ef9c6458..b498c6768 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.6.99202107050919-7388-ede42910dubuntu20.04.1-ls143" +ARG BUILD_UPSTREAM="14.3.6.99202107121017-7389-3ac8c97e6ubuntu20.04.1-ls145" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Base system diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 5a48d61ec..c96770ec8 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.6.99202107050919-7388-ede42910dubuntu20.04.1-ls143-v2", - "upstream": "14.3.6.99202107050919-7388-ede42910dubuntu20.04.1-ls143", + "version": "14.3.6.99202107121017-7389-3ac8c97e6ubuntu20.04.1-ls145", + "upstream": "14.3.6.99202107121017-7389-3ac8c97e6ubuntu20.04.1-ls145", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons",