mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Use golang 1.12 to build in dockerfile (#6285)
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
###################################
 | 
					###################################
 | 
				
			||||||
#Build stage
 | 
					#Build stage
 | 
				
			||||||
FROM golang:1.11-alpine3.9 AS build-env
 | 
					FROM golang:1.12-alpine3.9 AS build-env
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG GITEA_VERSION
 | 
					ARG GITEA_VERSION
 | 
				
			||||||
ARG TAGS="sqlite sqlite_unlock_notify"
 | 
					ARG TAGS="sqlite sqlite_unlock_notify"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user