⬆️ Upgrades gcc to 9.2.0-r3

This commit is contained in:
Franck Nijhof 2020-01-02 11:14:22 +01:00
parent 4521c0c72b
commit 995e728f8d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -13,7 +13,7 @@ ARG BUILD_ARCH=amd64
RUN \
apk add --no-cache --virtual .build-dependencies \
automake=1.16.1-r0 \
gcc=8.3.0-r0 \
gcc=9.2.0-r3 \
linux-headers=4.19.36-r0 \
musl-dev=1.1.22-r3 \
python3-dev=3.7.5-r1 \