fix wireguard version;

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-07 10:16:59 -05:00
parent d31e6b2dc6
commit 2d30b397d7
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -17,7 +17,7 @@ RUN apk add --no-cache \
libmnl-dev libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/ # https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.2018030 ENV WIREGUARD_VERSION 0.0.20180304
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \