diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index ce2d294..e5e5542 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.20180420 +ENV WIREGUARD_VERSION 0.0.20180514 RUN set -x \ && apk add --no-cache --virtual .build-deps \