⬆️ Upgrades GCC/G++ to 6.4.0-r9

This commit is contained in:
Franck Nijhof 2018-10-06 14:02:38 +02:00
parent db726469a4
commit 26a250b5ac
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -14,8 +14,8 @@ WORKDIR /opt
# Setup base
RUN \
apk add --no-cache --virtual .build-dependencies \
g++=6.4.0-r8 \
gcc=6.4.0-r8 \
g++=6.4.0-r9 \
gcc=6.4.0-r9 \
make=4.2.1-r2 \
python2-dev=2.7.15-r1 \
libffi-dev=3.2.1-r4 \