mirror of
				https://github.com/honestbee/drone-kubernetes.git
				synced 2025-11-04 02:58:04 +00:00 
			
		
		
		
	base: alpine3.7
This commit is contained in:
		
							parent
							
								
									44363261d0
								
							
						
					
					
						commit
						e0e14785e4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM alpine:3.4
 | 
					FROM alpine:3.7
 | 
				
			||||||
RUN apk --no-cache add curl ca-certificates bash && \
 | 
					RUN apk --no-cache add curl ca-certificates bash && \
 | 
				
			||||||
    curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
 | 
					    curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
 | 
				
			||||||
    chmod +x /usr/local/bin/kubectl
 | 
					    chmod +x /usr/local/bin/kubectl
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue