mirror of
				https://github.com/Gradiant/5g-images.git
				synced 2025-11-03 21:33:16 +00:00 
			
		
		
		
	update update_current_tag of openvpn
This commit is contained in:
		@@ -1,4 +1,8 @@
 | 
			
		||||
## CURRENTLY DISABLED
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
set -x
 | 
			
		||||
 | 
			
		||||
docker run --pull=always -ti --rm alpine:latest apk info --no-cache openvpn
 | 
			
		||||
 | 
			
		||||
CURRENT_TAG=$(docker run --pull=always -ti --rm alpine:latest apk info --no-cache openvpn | grep -Po '(?<=openvpn-)[\d\.]+' | head -1)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user