diff --git a/Dockerfile b/Dockerfile index da347b21..0460a2d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN set -x \ bison flex gcc make libc-dev bsd-compat-headers linux-pam-dev \ nss-dev libcap-ng-dev libevent-dev curl-dev nspr-dev -RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/6a872207f4ef243059f87b0e7790a8507684035a/extras/ikev2setup.sh \ +RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/098a6b4e5dbd4943cbdff5533da4f9adbc4c327f/extras/ikev2setup.sh \ && chmod +x /opt/src/ikev2.sh \ && ln -s /opt/src/ikev2.sh /usr/bin diff --git a/Dockerfile.debian b/Dockerfile.debian index 570a2b31..2e3a08f8 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -42,7 +42,7 @@ RUN apt-get -yqq update \ && rm -rf /var/log/* \ && update-alternatives --set iptables /usr/sbin/iptables-legacy -RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/6a872207f4ef243059f87b0e7790a8507684035a/extras/ikev2setup.sh \ +RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/098a6b4e5dbd4943cbdff5533da4f9adbc4c327f/extras/ikev2setup.sh \ && chmod +x /opt/src/ikev2.sh \ && ln -s /opt/src/ikev2.sh /usr/bin