diff --git a/system/services/portainer-agent.nix b/system/services/portainer-agent.nix index 4a7d2e6d..64ed9f8b 100644 --- a/system/services/portainer-agent.nix +++ b/system/services/portainer-agent.nix @@ -5,7 +5,7 @@ ... }: let # Match this with the portainer-ce version - portainerVersion = "2.31.3"; + portainerVersion = "2.33.3"; in { # Use the agent to connect clients to a main portainer instance virtualisation.oci-containers.containers = { 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 = {