diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 0e4c58f09..fc6348baf 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,4 +1,7 @@ +## 14.3.4.99202103280404-7347-2be30a50eubuntu20.04.1-ls124 +- Update to latest version from linuxserver/docker-qbittorrent + ## 14.3.4.99202103270406-7346-81a7b0c03ubuntu20.04.1-ls123 - Update to latest version from linuxserver/docker-qbittorrent diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 45bffa35a..8c67e1d6c 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.4.99202103270406-7346-81a7b0c03ubuntu20.04.1-ls123" +ARG BUILD_UPSTREAM="14.3.4.99202103280404-7347-2be30a50eubuntu20.04.1-ls124" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 7e82acd15..4727a65c0 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,7 +1,7 @@ { "name": "Qbittorrent", - "version": "14.3.4.99202103270406-7346-81a7b0c03ubuntu20.04.1-ls123", - "upstream": "14.3.4.99202103270406-7346-81a7b0c03ubuntu20.04.1-ls123", + "version": "14.3.4.99202103280404-7347-2be30a50eubuntu20.04.1-ls124", + "upstream": "14.3.4.99202103280404-7347-2be30a50eubuntu20.04.1-ls124", "slug": "qbittorrent", "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons",