Update Gitea Version to 1.21.7 - No Known Breaking Changes

This commit is contained in:
Caleb Braaten 2024-02-28 15:56:29 -08:00
parent 829bb876e0
commit 49a25fff41

View File

@ -53,7 +53,7 @@ job "gitea" {
driver = "docker"
config {
image = "gitea/gitea:1.21.1"
image = "gitea/gitea:1.21.7"
ports = ["ingress"]
}