From 7ed37bac028406457aee5f2297407e784e0aba54 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 19 Oct 2023 03:28:13 -0400 Subject: [PATCH] torrent: bump versions --- hosts/kariru/services/torrent.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/kariru/services/torrent.nix b/hosts/kariru/services/torrent.nix index e06504d..0e608ea 100644 --- a/hosts/kariru/services/torrent.nix +++ b/hosts/kariru/services/torrent.nix @@ -2,7 +2,7 @@ sops.secrets.gluetun = {}; virtualisation.oci-containers.containers = { gluetun = { - image = "qmcgaw/gluetun:pr-1616"; + image = "qmcgaw/gluetun:pr-1742"; ports = [ "8888:8888/tcp" # HTTP proxy "8388:8388/tcp" # Shadowsocks @@ -15,7 +15,7 @@ extraOptions = ["--cap-add=NET_ADMIN"]; }; qbittorrent = { - image = "linuxserver/qbittorrent:4.5.3"; + image = "linuxserver/qbittorrent:4.5.5"; dependsOn = ["gluetun"]; environment = { PUID = "1001";