]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Docker: update Qt to v5.15.4
authortobtoht <thotbot@protonmail.com>
Sun, 22 May 2022 16:16:50 +0000 (18:16 +0200)
committertobtoht <thotbot@protonmail.com>
Sun, 22 May 2022 16:16:50 +0000 (18:16 +0200)
Dockerfile.linux
Dockerfile.windows

index e06ef2848a1ac6e905e2aca46dd062b78fc3d977..3ee7c047da3c825d05dfa9dba26a7684006150e7 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.3-lts-lgpl
+ENV QT_VERSION=v5.15.4-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 e23cfeb33e2ae93bf85562b4fb752860bc39ca0b..3413b270e3494ac8e2fc547378c3981dd7901886 100644 (file)
@@ -1,7 +1,7 @@
 FROM ubuntu:20.04
 
 ARG THREADS=1
-ARG QT_VERSION=v5.15.3-lts-lgpl
+ARG QT_VERSION=v5.15.4-lts-lgpl
 ENV SOURCE_DATE_EPOCH=1397818193
 ENV DEBIAN_FRONTEND=noninteractive