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