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

This commit is contained in:
renovate[bot] 2025-07-04 07:05:15 +00:00 committed by GitHub
parent 45ed828215
commit 5750b5ff07
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.2 image: woodpeckerci/woodpecker-server:v3.7.0
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.2 image: woodpeckerci/woodpecker-server:v3.7.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"