diff --git a/README.md b/README.md index cf71d65..bece38a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-qbittorrent -[![ci_icon]][ci_link] [![image_size]][docker_link] [![image_ver]][docker_link] +[![ci_icon]][ci_link] [![image_size]][docker_link] [![image_ver]][docker_link] [![unstable]][docker_link] Docker image for qBittorrent. @@ -91,8 +91,9 @@ The code in this project is released under the [GPL-3.0 License][license]. [ci_icon]: https://github.com/mogeko/docker-qbittorrent/actions/workflows/auto-update.yml/badge.svg [ci_link]: https://github.com/mogeko/docker-qbittorrent/actions/workflows/auto-update.yml -[image_size]: https://img.shields.io/docker/image-size/mogeko/qbittorrent?logo=docker -[image_ver]: https://img.shields.io/docker/v/mogeko/qbittorrent?logo=docker +[image_size]: https://img.shields.io/docker/image-size/mogeko/qbittorrent/latest?logo=docker +[image_ver]: https://img.shields.io/docker/v/mogeko/qbittorrent/latest?label=latest&logo=docker +[unstable]: https://img.shields.io/docker/v/mogeko/qbittorrent?label=edge&logo=docker [docker_link]: https://hub.docker.com/r/mogeko/qbittorrent diff --git a/latest.json b/latest.json index 4fd400d..42011f3 100644 --- a/latest.json +++ b/latest.json @@ -1,5 +1,5 @@ { - "qbittorrent": "4.4.0beta3", + "qbittorrent": "4.4.0rc1", "libtorrent": "2.0.4", - "pkgrel": 2 + "pkgrel": 0 }