Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2022-10-03 17:05:23 +0300
committerGitHub <noreply@github.com>2022-10-03 17:05:23 +0300
commited9802336bbfaf8d2e4e221aad10c6f5cda94e9f (patch)
tree6f0942135be243fb378dcfc5401612ea53ad0ba3
parent0054f1d323cd626ab6297e94869673ee4481d005 (diff)
parenta3858fc561523b99f9e628b4055f098cb4647aef (diff)
Merge pull request #424 from nextcloud/update-qt
Update client image to Qt 5.15.6.
-rw-r--r--client/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index 399ec92..b5cb41c 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -6,9 +6,9 @@ MAINTAINER Desktop Team <desktop@nextcloud.com>
ARG BUILD_QT
ENV VER_QT kde-5.15
-ENV VER_QT_DATE 2022-08-31
+ENV VER_QT_DATE 2022-10-03
ENV VER_OPENSSL 3.0.5
-ENV VER_KFRAMEWORKS 5.96.0
+ENV VER_KFRAMEWORKS 5.98.0
ENV QT_ROOT /opt/qt${VER_QT}
@@ -155,7 +155,7 @@ RUN if [ "$BUILD_QT" = "1" ] ; then \
# Build Qt
RUN if [ "$BUILD_QT" = "1" ] ; then \
# Do not require matching versions of Qt dependencies for WebEngine modules
- sed -i "s/5.15.11 /5.15.5 /" ${QT_ROOT}/lib/cmake/*/*Config.cmake \
+ sed -i "s/5.15.6 /5.15.5 /" ${QT_ROOT}/lib/cmake/*/*Config.cmake \
; fi
# Build Qt