From 5884b0b4a529f8c01e3f9caa122b7d1e2ec6cc9a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 22 Aug 2020 20:42:26 +0200 Subject: [PATCH] :arrow_up: Upgrades build-base to 0.5-r2 --- zerotier/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index 5e0cf91..cc44086 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -12,7 +12,7 @@ COPY rootfs/patches /patches # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ - build-base=0.5-r1 \ + build-base=0.5-r2 \ linux-headers=4.19.36-r0 \ git=2.24.3-r0 \ \