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:
@@ -5,7 +5,7 @@ gitea:
|
||||
type: "Recreate"
|
||||
image:
|
||||
repository: gitea/gitea
|
||||
tag: 1.23.4
|
||||
tag: 1.23.5
|
||||
service:
|
||||
http:
|
||||
type: ClusterIP
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user