diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 17ea522..e0e07e3 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -18,7 +18,7 @@ RUN \ openresolv=3.12.0-r0 \ wireguard-tools=1.0.20210424-r0 \ \ - && git clone --branch "0.0.20210212" --depth=1 \ + && git clone --branch "0.0.20210424" --depth=1 \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ \ && cd /tmp/wireguard \