From 07c699b997c76e4c3aec7f461bad834c71ecb67c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 6 Nov 2025 02:02:54 +0100 Subject: [PATCH] Services/Portainer: Update to v2.33.3 --- system/services/portainer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/portainer.nix b/system/services/portainer.nix index b797bb62..5b80f71f 100644 --- a/system/services/portainer.nix +++ b/system/services/portainer.nix @@ -5,7 +5,7 @@ ... }: let # Match this with the portainer agent version - portainerVersion = "2.31.3"; + portainerVersion = "2.33.3"; in { virtualisation.oci-containers.containers = { portainer = {