Change docker image in release to alpine 3.11
This commit is contained in:
		
							parent
							
								
									b12feb08bd
								
							
						
					
					
						commit
						0be9bd64da
					
				|  | @ -34,7 +34,7 @@ RUN mkdir -p /assets/plugins && \ | |||
| 
 | ||||
| 
 | ||||
| # Release stage | ||||
| FROM golang:1.14.2-alpine3.11 | ||||
| FROM alpine3.11 | ||||
| 
 | ||||
| RUN addgroup -S wgui && \ | ||||
|     adduser -S -D -G wgui wgui | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue