]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Docker: bump Qt to v5.15.5
authortobtoht <thotbot@protonmail.com>
Thu, 23 Jun 2022 15:02:56 +0000 (17:02 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 23 Jun 2022 15:03:02 +0000 (17:03 +0200)
Dockerfile.linux
Dockerfile.windows

index 69f55967e4b540ca93e844498ef6de50b87e7320..02ad2d45826c86c8917b2a8ceda798b809a000e3 100644 (file)
@@ -25,7 +25,7 @@ RUN bash verify-packages.sh && \
     dpkg -i --force-depends *.deb && \
     rm -rf /deps /archives
 
-# OpenSSL: Required for CMake, Qt 5.15.2, libwallet, Tor
+# OpenSSL: Required for CMake, Qt 5.15, libwallet, Tor
 ENV OPENSSL_ROOT_DIR=/usr/local/openssl/
 RUN git clone -b OpenSSL_1_1_1m --depth 1 https://github.com/openssl/openssl.git && \
     cd openssl && \
@@ -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.4-lts-lgpl
+ENV QT_VERSION=v5.15.5-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 b2f7579b70e3ca8bae0ee8dba94b51d5c9dc33d1..ca95f8b390cc7e4bebf2fce555473ef9f9275ff8 100644 (file)
@@ -1,7 +1,7 @@
 FROM ubuntu:20.04
 
 ARG THREADS=1
-ARG QT_VERSION=v5.15.4-lts-lgpl
+ARG QT_VERSION=v5.15.5-lts-lgpl
 ENV SOURCE_DATE_EPOCH=1397818193
 ENV DEBIAN_FRONTEND=noninteractive