Fix again
diff --git a/containers/xos/Dockerfile.devel b/containers/xos/Dockerfile.devel
index d5c9ed0..66d2edb 100644
--- a/containers/xos/Dockerfile.devel
+++ b/containers/xos/Dockerfile.devel
@@ -96,8 +96,8 @@
 
 # for OpenVPN
 RUN mkdir -p /opt/openvpn
-RUN git clone https://github.com/OpenVPN/easy-rsa.git -b release/2.x /opt/openvpn
-RUN git -C /opt/openvpn pull origin release/2.x
+RUN git clone https://github.com/OpenVPN/easy-rsa.git /opt/openvpn
+RUN git -C /opt/openvpn pull origin master
 RUN /opt/openvpn/easyrsa3 --batch init-pki
 RUN /opt/openvpn/easyrsa3 --batch --req-cn=XOS build-ca nopass
 RUN /opt/openvpn/easyrsa3 --batch build-server-full server nopass