⬆️ Upgrades g++ to 9.3.0-r2

This commit is contained in:
Franck Nijhof 2020-11-03 10:19:28 +01:00
parent cb65c0f344
commit 2b52fd103e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -17,7 +17,7 @@ COPY requirements.txt /tmp/
# Setup base # Setup base
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
g++=9.2.0-r4 \ g++=9.3.0-r2 \
gcc=9.2.0-r4 \ gcc=9.2.0-r4 \
libffi-dev=3.2.1-r6 \ libffi-dev=3.2.1-r6 \
libressl-dev=3.0.2-r0 \ libressl-dev=3.0.2-r0 \