baserow upgrade

This commit is contained in:
Sascha Koenig
2025-07-15 17:36:35 +02:00
parent 0ff5c04d23
commit eedf92819c
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{config, ...}: {
virtualisation.oci-containers.containers."baserow" = {
image = "docker.io/baserow/baserow:1.33.4";
image = "docker.io/baserow/baserow:1.34.2";
environmentFiles = [config.age.secrets.baserow-env.path];
ports = ["127.0.0.1:3001:80"];
volumes = ["baserow_data:/baserow/data"];