mirror of https://github.com/kubernetes/kops.git
				
				
				
			Upgrade base image to alpine 3.8 and GO to 1.10.8 (#6458)
Upgrade base image to alpine 3.8 and GO to 1.10.8 (#6458)
This commit is contained in:
		
							parent
							
								
									ce4672862a
								
							
						
					
					
						commit
						dae53cfe1c
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							|  | @ -1,4 +1,4 @@ | ||||||
| # Copyright 2016 The Kubernetes Authors.
 | # Copyright 2019 The Kubernetes Authors.
 | ||||||
| #
 | #
 | ||||||
| # Licensed under the Apache License, Version 2.0 (the "License");
 | # Licensed under the Apache License, Version 2.0 (the "License");
 | ||||||
| # you may not use this file except in compliance with the License.
 | # you may not use this file except in compliance with the License.
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| # Copyright 2017 The Kubernetes Authors. | # Copyright 2019 The Kubernetes Authors. | ||||||
| # | # | ||||||
| # Licensed under the Apache License, Version 2.0 (the "License"); | # Licensed under the Apache License, Version 2.0 (the "License"); | ||||||
| # you may not use this file except in compliance with the License. | # you may not use this file except in compliance with the License. | ||||||
|  | @ -12,9 +12,9 @@ | ||||||
| # See the License for the specific language governing permissions and | # See the License for the specific language governing permissions and | ||||||
| # limitations under the License. | # limitations under the License. | ||||||
| 
 | 
 | ||||||
| FROM alpine:3.6 | FROM alpine:3.8 | ||||||
| 
 | 
 | ||||||
| ARG GO_VERSION=1.8.1 | ARG GO_VERSION=1.10.8 | ||||||
| 
 | 
 | ||||||
| # KOPS_GITISH: Modify to build at an explicit tag/gitish | # KOPS_GITISH: Modify to build at an explicit tag/gitish | ||||||
| ARG KOPS_GITISH=release | ARG KOPS_GITISH=release | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue