Skip to content

Commit

Permalink
update Qt and openssl to the latest available versions
Browse files Browse the repository at this point in the history
Qt 5.15.10, Qt WebEngine 5.15.14
openssl 3.0.10
KF5Archive KDE Framework version 5.107.0

Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Aug 22, 2023
1 parent 8c0dc67 commit 937df5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ MAINTAINER Desktop Team <[email protected]>
ARG BUILD_QT

ENV VER_QT kde-5.15
ENV VER_QT_DATE 2022-10-03
ENV VER_OPENSSL 3.0.5
ENV VER_KFRAMEWORKS 5.98.0
ENV VER_QT_DATE 2023-08-21
ENV VER_OPENSSL 3.0.10
ENV VER_KFRAMEWORKS 5.107.0

ENV QT_ROOT /opt/qt${VER_QT}

Expand Down Expand Up @@ -151,7 +151,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.6 /" ${QT_ROOT}/lib/cmake/*/*Config.cmake \
sed -i "s/5.15.14 /5.15.10 /" ${QT_ROOT}/lib/cmake/*/*Config.cmake \
; fi

# Build Qt
Expand Down

0 comments on commit 937df5e

Please sign in to comment.