⬆️ Upgrades libstdc++ to 8.3.0-r0

This commit is contained in:
Franck Nijhof 2019-04-16 13:17:31 +02:00
parent 441718d459
commit 1212942f06
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -14,8 +14,8 @@ RUN \
git=2.20.1-r0 \
\
&& apk add --no-cache \
libstdc++=8.2.0-r2 \
libgcc=8.3.0-r0 \
libstdc++=8.3.0-r0 \
\
&& git clone --branch "1.2.12" --depth=1 \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \