[openvpn] update update_current_tag

This commit is contained in:
Carlos Giraldo
2024-10-07 11:02:05 +02:00
parent 865d792850
commit 232a8c1f74

View File

@@ -1,4 +1,6 @@
## CURRENTLY DISABLED
#!/bin/bash
set -x
CURRENT_TAG=$(docker run --pull=always -ti --rm alpine:latest apk info --no-cache openvpn | grep -Po '(?<=openvpn-)[\d\.]+' | head -1)