Updated woodpecker version

woodpecker
Jef Roosens 2021-05-10 18:15:33 +02:00
parent 0d8408f446
commit c3ea9a0b25
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
# The main drone instance # The main drone instance
app: app:
# Latest version as of writing this document # Latest version as of writing this document
image: 'laszlocloud/woodpecker-server:v0.12.0' image: 'laszlocloud/woodpecker-server:v0.13.0'
restart: 'always' restart: 'always'
depends_on: depends_on:
@ -44,7 +44,7 @@ services:
# We can deploy more agents by using the scale command # We can deploy more agents by using the scale command
# Each agent can do one parallel build by default # Each agent can do one parallel build by default
agent: agent:
image: 'laszlocloud/woodpecker-agent:v0.12.0' image: 'laszlocloud/woodpecker-agent:v0.13.0'
restart: 'always' restart: 'always'
command: 'agent' command: 'agent'