From d20160b708dbd116700de341b26997acd7b570b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20K=C3=B6nig?= Date: Tue, 19 May 2026 06:50:06 +0200 Subject: [PATCH] chore: update baserow --- hosts/AZ-CLD-1/services/containers/baserow.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/AZ-CLD-1/services/containers/baserow.nix b/hosts/AZ-CLD-1/services/containers/baserow.nix index 3ab0a81..e5ee818 100644 --- a/hosts/AZ-CLD-1/services/containers/baserow.nix +++ b/hosts/AZ-CLD-1/services/containers/baserow.nix @@ -3,7 +3,7 @@ servicePort = config.m3ta.ports.get serviceName; in { virtualisation.oci-containers.containers.${serviceName} = { - image = "docker.io/baserow/baserow:2.1.6"; + image = "docker.io/baserow/baserow:2.2.2"; environment = { BASEROW_AMOUNT_OF_GUNICORN_WORKERS = "4"; BASEROW_AMOUNT_OF_WORKERS = "2";