Update woodpeckerci/woodpecker-server Docker tag to v3.5.2

This commit is contained in:
renovate[bot] 2025-04-17 00:38:21 +00:00 committed by GitHub
parent 746d8b48c0
commit e6b9f37f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ services:
# Postgres # Postgres
#- WOODPECKER_DATABASE_DRIVER=postgres #- WOODPECKER_DATABASE_DRIVER=postgres
#- WOODPECKER_DATABASE_DATASOURCE=postgres://root:password@1.2.3.4:5432/postgres?sslmode=disable #- WOODPECKER_DATABASE_DATASOURCE=postgres://root:password@1.2.3.4:5432/postgres?sslmode=disable
image: woodpeckerci/woodpecker-server:v3.5.1 image: woodpeckerci/woodpecker-server:v3.5.2
labels: labels:
createdBy: "Apps" createdBy: "Apps"
@ -63,7 +63,7 @@ services:
environment: environment:
- WOODPECKER_SERVER=woodpecker-server:9000 - WOODPECKER_SERVER=woodpecker-server:9000
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET} - WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
image: woodpeckerci/woodpecker-server:v3.5.1 image: woodpeckerci/woodpecker-server:v3.5.2
labels: labels:
createdBy: "Apps" createdBy: "Apps"