Skip to content

Commit

Permalink
Merge pull request #575 from nextcloud/desktopClientUpdateQtOpensslMa…
Browse files Browse the repository at this point in the history
…inImage

Desktop client update qt openssl main image
  • Loading branch information
mgallien authored Aug 22, 2023
2 parents d973f80 + e89a81d commit 87aa147
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 87aa147

Please sign in to comment.