commit
						3d22ab0547
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM golang:1.6-alpine
 | 
					FROM golang:1.7-alpine
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
 | 
					ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
 | 
				
			||||||
ENV DOCKER_BUILDTAGS include_oss include_gcs
 | 
					ENV DOCKER_BUILDTAGS include_oss include_gcs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ machine:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  post:
 | 
					  post:
 | 
				
			||||||
  # go
 | 
					  # go
 | 
				
			||||||
    - gvm install go1.6 --prefer-binary --name=stable
 | 
					    - gvm install go1.7 --prefer-binary --name=stable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  environment:
 | 
					  environment:
 | 
				
			||||||
  # Convenient shortcuts to "common" locations
 | 
					  # Convenient shortcuts to "common" locations
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue