Update gitea/gitea Docker tag to v1.23.3 (#1219)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-10 09:05:46 +00:00
committed by GitHub
parent f16867c364
commit 6344470fad
2 changed files with 2 additions and 2 deletions

View File

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

View File

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