⬆️ Upgrades gcc to 9.2.0-r3

This commit is contained in:
Franck Nijhof 2020-01-02 13:32:34 +01:00
parent e2eaff4204
commit d8ca3f080d
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=8.3.0-r0 \ gcc=9.2.0-r3 \
jpeg-dev=8-r6 \ jpeg-dev=8-r6 \
musl-dev=1.1.22-r3 \ musl-dev=1.1.22-r3 \
py2-pip=18.1-r0 \ py2-pip=18.1-r0 \