]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Docker: bump Qt to v5.15.3
authortobtoht <thotbot@protonmail.com>
Mon, 14 Mar 2022 10:33:42 +0000 (11:33 +0100)
committertobtoht <thotbot@protonmail.com>
Mon, 14 Mar 2022 10:33:42 +0000 (11:33 +0100)
Dockerfile.linux
Dockerfile.windows

index df9bba4385002cc7abc8e29ffc43984fd68ba9b0..e06ef2848a1ac6e905e2aca46dd062b78fc3d977 100644 (file)
@@ -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 && \
index fc694e0fed90fe0820e711bd1f78a4b6ba094302..1364044a57445f29b2e3f9462b944438852fa80f 100644 (file)
@@ -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