From 76e694ee2ff603ca6333f9add6d10a47aba233db Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 14 Mar 2022 11:33:42 +0100 Subject: [PATCH] Docker: bump Qt to v5.15.3 --- Dockerfile.linux | 2 +- Dockerfile.windows | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.linux b/Dockerfile.linux index df9bba43..e06ef284 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -73,7 +73,7 @@ RUN git clone -b 2.13.92 --depth 1 https://gitlab.freedesktop.org/fontconfig/fon make -j$THREADS install && \ rm -rf $(pwd) -ENV QT_VERSION=v5.15.2 +ENV QT_VERSION=v5.15.3-lts-lgpl RUN git clone git://code.qt.io/qt/qt5.git -b ${QT_VERSION} --depth 1 && \ cd qt5 && \ git clone git://code.qt.io/qt/qtbase.git -b ${QT_VERSION} --depth 1 && \ diff --git a/Dockerfile.windows b/Dockerfile.windows index fc694e0f..1364044a 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=5.15.2 +ARG QT_VERSION=v5.15.3-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 ENV DEBIAN_FRONTEND=noninteractive -- 2.52.0