diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 788528295..d017535a2 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls120 +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls119 - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 49c071ce4..fcfc564a1 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls119" +ARG BUILD_UPSTREAM="14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls120" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 04e13fa2a..f2f645a08 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls119", - "upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls119", + "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls120", + "upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls120", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons",