diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index ab9d787..133caf9 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.20180202 +ENV WIREGUARD_VERSION 0.0.20180218 RUN set -x \ && apk add --no-cache --virtual .build-deps \