⬆️ Upgrades gcc to 9.2.0-r4

This commit is contained in:
Franck Nijhof 2020-03-21 08:34:16 +01:00
parent 35285b6e22
commit 5eed45706b
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=9.2.0-r3 \
gcc=9.2.0-r4 \
linux-headers=4.19.36-r0 \
musl-dev=1.1.24-r0 \
python3-dev=3.8.1-r0 \