From cfcaf337436e11bf3598bdc73f4d12b1c0c957e5 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 16 Jun 2023 04:28:21 -0400 Subject: [PATCH] torrent: pin docker 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 6e8330c..e06504d 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"; + image = "qmcgaw/gluetun:pr-1616"; ports = [ "8888:8888/tcp" # HTTP proxy "8388:8388/tcp" # Shadowsocks @@ -15,7 +15,7 @@ extraOptions = ["--cap-add=NET_ADMIN"]; }; qbittorrent = { - image = "linuxserver/qbittorrent:latest"; + image = "linuxserver/qbittorrent:4.5.3"; dependsOn = ["gluetun"]; environment = { PUID = "1001";