From 49e6aed4fbc53b9997d0eaa0bdc0065ff1b2ab72 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 6 Oct 2018 05:07:57 +0200 Subject: [PATCH] wireguard: upgrade to 0.0.20181006 Signed-off-by: Jason A. Donenfeld --- kernel/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Dockerfile b/kernel/Dockerfile index e215f9362..cdcf519aa 100644 --- a/kernel/Dockerfile +++ b/kernel/Dockerfile @@ -42,8 +42,8 @@ ENV KERNEL_SOURCE=https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VE ENV KERNEL_SHA256_SUMS=https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc ENV KERNEL_PGP2_SIGN=https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.sign -ENV WIREGUARD_VERSION=0.0.20180918 -ENV WIREGUARD_SHA256="c0d931bdfce139a3678592ada463042c24f12dd01ba75badd3eeb0aee2211302" +ENV WIREGUARD_VERSION=0.0.20181006 +ENV WIREGUARD_SHA256="9fe7cd5767eda65647463ec29ed707f917f4a77babaaf247adc4be7acaab4665" ENV WIREGUARD_URL=https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${WIREGUARD_VERSION}.tar.xz # We copy the entire directory. This copies some unneeded files, but