update update_current_tag of openvpn

This commit is contained in:
Carlos Giraldo
2024-10-07 10:58:18 +02:00
parent 2085c53fdb
commit 599d3a1a3f

View File

@@ -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)