diff --git a/modules/nixos/services/tandoor.nix b/modules/nixos/services/tandoor.nix index 07a388b..8cf5e24 100644 --- a/modules/nixos/services/tandoor.nix +++ b/modules/nixos/services/tandoor.nix @@ -42,7 +42,7 @@ in }; containers.tandoor = { - image = "docker.io/vabene1111/recipes:1.5.20"; + image = "docker.io/vabene1111/recipes:1.5.27"; environment = { "SECRET_KEY" = "secretkey"; "DB_ENGINE" = "django.db.backends.postgresql";