diff --git a/modules/servers/ryot.nix b/modules/servers/ryot.nix index 3e6c1e9..cfa6acc 100644 --- a/modules/servers/ryot.nix +++ b/modules/servers/ryot.nix @@ -8,7 +8,7 @@ in { (config.my.servers.ryot.enable && config.my.servers.postgres.enable) { sops.secrets.ryot.sopsFile = ../../secrets/env.yaml; virtualisation.oci-containers.containers.ryot = { - image = "ghcr.io/ignisda/ryot:latest"; + image = "ghcr.io/ignisda/ryot:v7.0.0"; ports = [ "${toString port}:8000" ]; environmentFiles = [ config.sops.secrets.ryot.path ]; environment = {