Update Gitea version and fix typo

This commit is contained in:
2024-08-15 15:44:18 -07:00
parent d099c4dcc2
commit 696813fc72
2 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ job "gitea" {
network {
mode = "bridge"
port "ingress" {
to = 3000
static = 3000
}
}
@@ -59,7 +59,7 @@ job "gitea" {
driver = "docker"
config {
image = "gitea/gitea:1.21.7"
image = "gitea/gitea:1.22.1"
ports = ["ingress"]
}