diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 3cb3292..627447a 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -15,8 +15,7 @@ RUN \ && apk add --no-cache \ go@edge=1.13.4-r1 \ libqrencode=4.0.2-r0 \ - openresolv=3.9.0-r0 \ - wireguard-tools@edge=0.0.20190601-r1 \ + openresolv=3.9.2-r0 \ \ && git clone --branch "v0.0.20190805" --depth=1 \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \