diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index d14a259..ffee81e 100644 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -17,7 +17,7 @@ RUN apk add --no-cache \ libmnl-dev # https://git.zx2c4.com/WireGuard/refs/ -ENV WIREGUARD_VERSION 0.0.20170531 +ENV WIREGUARD_VERSION 0.0.20170613 RUN set -x \ && apk add --no-cache --virtual .build-deps \