From 88391d8e1636aa5ca40ab0179d361dfc57f70016 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 2 Feb 2021 19:51:16 +0100 Subject: [PATCH] :arrow_up: Upgrade dependencies in this PR --- thelounge/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 0e9becd..aef928e 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -6,9 +6,9 @@ FROM ${BUILD_FROM} # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ - g++=9.3.0-r2 \ + g++=10.2.1_pre1-r3 \ make=4.3-r0 \ - python2=2.7.18-r0 \ + python2=2.7.18-r1 \ yarn=1.22.10-r0 \ \ && apk add --no-cache \