Track latest gitea release instead of pinning to 1.25

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-23 21:50:03 +02:00
parent 5f1b06da70
commit c8ccc76173
+1 -1
View File
@@ -173,7 +173,7 @@
}; };
virtualisation.oci-containers.containers.gitea = { virtualisation.oci-containers.containers.gitea = {
image = "gitea/gitea:1.25"; image = "gitea/gitea:latest";
autoStart = true; autoStart = true;
ports = [ "3000:3000" "2222:2222" ]; ports = [ "3000:3000" "2222:2222" ];
volumes = [ volumes = [