diff --git a/zerotier/Dockerfile b/zerotier/Dockerfile index c1f4237..c72b636 100755 --- a/zerotier/Dockerfile +++ b/zerotier/Dockerfile @@ -14,8 +14,8 @@ RUN \ git=2.24.1-r0 \ \ && apk add --no-cache \ - libgcc=8.3.0-r0 \ - libstdc++=8.3.0-r0 \ + libgcc=9.2.0-r3 \ + libstdc++=9.2.0-r3 \ \ && git clone --branch "1.4.6" --depth=1 \ "https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \