⬆️ Upgrade dependencies in this PR

This commit is contained in:
Franck Nijhof 2021-02-02 19:51:16 +01:00 committed by GitHub
parent 3bfa659131
commit 88391d8e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@ FROM ${BUILD_FROM}
# hadolint ignore=DL3003 # hadolint ignore=DL3003
RUN \ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
g++=9.3.0-r2 \ g++=10.2.1_pre1-r3 \
make=4.3-r0 \ make=4.3-r0 \
python2=2.7.18-r0 \ python2=2.7.18-r1 \
yarn=1.22.10-r0 \ yarn=1.22.10-r0 \
\ \
&& apk add --no-cache \ && apk add --no-cache \