Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies including switch to Qt 6.7.3 #687

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions client-appimage-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ MAINTAINER Desktop Team <[email protected]>
# Run 'docker build' with '--build-arg BUILD_QT=1' to build Qt from source (default: not set)
ARG BUILD_QT

ENV VER_QT 6.6.3
ENV VER_QT_DATE 2024-04-22
ENV VER_OPENSSL 3.1.5
ENV VER_QT 6.7.3
ENV VER_QT_DATE 2024-11-21
ENV VER_OPENSSL 3.3.2
ENV VER_LIBP11 libp11-0.4.12
ENV VER_KFRAMEWORKS 6.0.0
ENV VER_SQLITE 3450200
ENV VER_KFRAMEWORKS 6.7.0
ENV VER_SQLITE 3460100
ENV VER_SQLITE_YEAR 2024
ENV VER_QTKEYCHAIN 0.14.2
ENV VER_QTKEYCHAIN 0.14.3

ENV QT_ROOT /opt/qt${VER_QT}

Expand Down
12 changes: 6 additions & 6 deletions client-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ MAINTAINER Desktop Team <[email protected]>
# Run 'docker build' with '--build-arg BUILD_QT=1' to build Qt from source (default: not set)
ARG BUILD_QT

ENV VER_QT 6.6.3
ENV VER_QT_DATE 2024-04-22
ENV VER_OPENSSL 3.1.5
ENV VER_QT 6.7.3
ENV VER_QT_DATE 2024-11-21
ENV VER_OPENSSL 3.3.2
ENV VER_LIBP11 libp11-0.4.12
ENV VER_KFRAMEWORKS 6.0.0
ENV VER_SQLITE 3450200
ENV VER_KFRAMEWORKS 6.7.0
ENV VER_SQLITE 3460100
ENV VER_SQLITE_YEAR 2024
ENV VER_QTKEYCHAIN 0.14.2
ENV VER_QTKEYCHAIN 0.14.3

ENV QT_ROOT /opt/qt${VER_QT}

Expand Down
Loading