Update gitea/gitea Docker tag to v1.23.4 (#1268)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-21 22:50:44 -06:00
committed by GitHub
parent a642d039ef
commit 66084affcd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
gitea:
image:
repository: gitea/gitea
tag: 1.23.3
tag: 1.23.4
service:
http:
type: ClusterIP

View File

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