From c3453cce16385448b8928020b6aab31026e6b12d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 14 Apr 2020 12:50:09 +0200 Subject: [PATCH] :arrow_up: Upgrades libgcc to 9.2.0-r4 --- zerotier/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index 5c5c96d..baff805 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -17,8 +17,8 @@ RUN \ git=2.24.1-r0 \ \ && apk add --no-cache \ - libgcc=9.2.0-r3 \ - libstdc++=9.2.0-r3 \ + libgcc=9.2.0-r4 \ + libstdc++=9.2.0-r4 \ \ && git clone --branch "1.4.6" --depth=1 \ "https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \