From 240773339390aad48f2a424ba25bb64e95a2d985 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:38:45 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/onedr0p/qbit?= =?UTF-8?q?torrent-beta=20(=205.0.2=20=E2=86=92=205.0.3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | -------------------------------- | ----- | ----- | | docker | ghcr.io/onedr0p/qbittorrent-beta | 5.0.2 | 5.0.3 | --- modules/system/containers/qbittorrent/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/qbittorrent/default.nix b/modules/system/containers/qbittorrent/default.nix index aaff10b..cd3ce74 100644 --- a/modules/system/containers/qbittorrent/default.nix +++ b/modules/system/containers/qbittorrent/default.nix @@ -47,7 +47,7 @@ in virtualisation.oci-containers.containers.qbittorrent = svc.mkContainer { cfg = { - image = "ghcr.io/onedr0p/qbittorrent-beta:5.0.2@sha256:13a58dfa6ae72407caf98b8748cf4ede3633dda6b4559a2ac79ceac025187546"; + image = "ghcr.io/onedr0p/qbittorrent-beta:5.0.3@sha256:4bf11b495beca2ef7d42de7dcc36a240c0c7513230f41a3d68aa0438d796d9f4"; user = "65000:65000"; environment = { QBT_TORRENTING_PORT = "${builtins.toString config.mySystemApps.gluetun.forwardedPort}";