⬆️ Upgrades libgcc to 9.2.0-r3

This commit is contained in:
Franck Nijhof 2020-01-02 20:12:24 +01:00
parent 5b18d23783
commit 27785a0549
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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 \