From be941f198ed67fc2371fee130afe564ec76db3e0 Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 23 Aug 2015 00:16:04 +0800 Subject: [PATCH] update --- shadowvpn/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowvpn/Dockerfile b/shadowvpn/Dockerfile index da9ab16..37cf12c 100644 --- a/shadowvpn/Dockerfile +++ b/shadowvpn/Dockerfile @@ -13,7 +13,7 @@ RUN apk add -U autoconf \ iptables \ libtool \ linux-headers \ - && git clone --recursive https://github.com/clowwindy/ShadowVPN.git \ + && git clone --recursive https://github.com/vimagick/ShadowVPN.git \ && cd ShadowVPN \ && ./autogen.sh \ && ./configure --enable-static --sysconfdir=/etc \