build: update gvisor-tap-vsock to 0.8.0
Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>
This commit is contained in:
		
							parent
							
								
									c0e24c6b60
								
							
						
					
					
						commit
						52caa0fbb9
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							| 
						 | 
				
			
			@ -218,7 +218,7 @@ endif
 | 
			
		|||
 | 
			
		||||
# gvisor-tap-vsock version for gvproxy.exe and win-sshproxy.exe downloads
 | 
			
		||||
# the upstream project ships pre-built binaries since version 0.7.1
 | 
			
		||||
GV_VERSION=v0.7.5
 | 
			
		||||
GV_VERSION=v0.8.0
 | 
			
		||||
 | 
			
		||||
###
 | 
			
		||||
### Primary entry-point targets
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ ifeq ($(ARCH), aarch64)
 | 
			
		|||
else
 | 
			
		||||
	GOARCH:=$(ARCH)
 | 
			
		||||
endif
 | 
			
		||||
GVPROXY_VERSION ?= 0.7.5
 | 
			
		||||
GVPROXY_VERSION ?= 0.8.0
 | 
			
		||||
VFKIT_VERSION ?= 0.5.1
 | 
			
		||||
KRUNKIT_VERSION ?= 0.1.3
 | 
			
		||||
GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/v$(GVPROXY_VERSION)/gvproxy-darwin
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue