From 90a5e535104e0d126ca5a96a4859393fb2cca4f1 Mon Sep 17 00:00:00 2001 From: Sascha Koenig Date: Tue, 23 Dec 2025 12:58:52 +0100 Subject: [PATCH] m3-atlas to 26.05 --- hosts/m3-atlas/services/containers/baserow.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/m3-atlas/services/containers/baserow.nix b/hosts/m3-atlas/services/containers/baserow.nix index 760a7b3..70a39df 100644 --- a/hosts/m3-atlas/services/containers/baserow.nix +++ b/hosts/m3-atlas/services/containers/baserow.nix @@ -1,6 +1,6 @@ {config, ...}: { virtualisation.oci-containers.containers."baserow" = { - image = "docker.io/baserow/baserow:1.34.2"; + image = "docker.io/baserow/baserow:2.0.6"; environmentFiles = [config.age.secrets.baserow-env.path]; ports = ["127.0.0.1:${toString (config.m3ta.ports.get "baserow")}:80"]; volumes = ["baserow_data:/baserow/data"];