podman image updates

This commit is contained in:
2025-09-28 12:40:57 -06:00
parent 2da5b91d0c
commit eb43cf033b
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ in
config = lib.mkIf (cfg.enable && config.my.servers.postgres.enable && config.my.secureHost) {
sops.secrets.ryot.sopsFile = ../../secrets/env.yaml;
virtualisation.oci-containers.containers.ryot = {
image = "ghcr.io/ignisda/ryot:v9.2.0";
image = "ghcr.io/ignisda/ryot:v9.3.0";
ports = [ "${toString cfg.port}:8000" ];
environmentFiles = [ config.sops.secrets.ryot.path ];
environment = {