⬆️ Upgrades gcc to 9.2.0-r4

This commit is contained in:
Franck Nijhof 2020-03-23 11:44:45 +01:00
parent ea482fde5e
commit 92afadc90b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -12,7 +12,7 @@ COPY requirements.txt /tmp/
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
curl-dev=7.67.0-r0 \ curl-dev=7.67.0-r0 \
gcc=9.2.0-r3 \ gcc=9.2.0-r4 \
jpeg-dev=8-r6 \ jpeg-dev=8-r6 \
musl-dev=1.1.24-r0 \ musl-dev=1.1.24-r0 \
py2-pip=18.1-r0 \ py2-pip=18.1-r0 \