1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

Merge pull request #3163 from okxlin/renovate/woodpeckerci-woodpecker-server-3.x

Update woodpeckerci/woodpecker-server Docker tag to v3.5.2
This commit is contained in:
okxlin 2025-04-17 08:50:44 +08:00 committed by GitHub
commit d8c9e40c97
3 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ services:
# Postgres
#- WOODPECKER_DATABASE_DRIVER=postgres
#- 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:
createdBy: "Apps"
@ -63,7 +63,7 @@ services:
environment:
- WOODPECKER_SERVER=woodpecker-server:9000
- WOODPECKER_AGENT_SECRET=${WOODPECKER_AGENT_SECRET}
image: woodpeckerci/woodpecker-server:v3.5.1
image: woodpeckerci/woodpecker-server:v3.5.2
labels:
createdBy: "Apps"