From 2fc27337d4a3dc52b944d10720f3392d46cfec59 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 22 Aug 2020 20:43:00 +0200 Subject: [PATCH] :arrow_up: Upgrades linux-headers to 5.4.5-r1 --- zerotier/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index cc44086..068fab8 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -13,7 +13,7 @@ COPY rootfs/patches /patches RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r2 \ - linux-headers=4.19.36-r0 \ + linux-headers=5.4.5-r1 \ git=2.24.3-r0 \ \ && apk add --no-cache \