Updated woodpecker version
							parent
							
								
									0d8408f446
								
							
						
					
					
						commit
						c3ea9a0b25
					
				| 
						 | 
					@ -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'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue