Update gitea/gitea Docker tag to v1.23.5 (#1378)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-07 18:21:17 +00:00
committed by GitHub
parent 4e2a7c804e
commit d8165e49c1
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ gitea:
type: "Recreate"
image:
repository: gitea/gitea
tag: 1.23.4
tag: 1.23.5
service:
http:
type: ClusterIP

View File

@@ -33,7 +33,7 @@ services:
- postgresql:/var/lib/postgresql/data
gitea:
image: gitea/gitea:1.23.4
image: gitea/gitea:1.23.5
container_name: gitea
depends_on:
- postgresql