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

deploy Qt 6.8.0 #689

Merged
merged 1 commit into from
Dec 3, 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
4 changes: 2 additions & 2 deletions client-appimage-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.7.3
ENV VER_QT_DATE 2024-11-21
ENV VER_QT 6.8.0
ENV VER_QT_DATE 2024-12-02
ENV VER_OPENSSL 3.3.2
ENV VER_LIBP11 libp11-0.4.12
ENV VER_KFRAMEWORKS 6.7.0
Expand Down
4 changes: 2 additions & 2 deletions client-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.7.3
ENV VER_QT_DATE 2024-11-21
ENV VER_QT 6.8.0
ENV VER_QT_DATE 2024-12-02
ENV VER_OPENSSL 3.3.2
ENV VER_LIBP11 libp11-0.4.12
ENV VER_KFRAMEWORKS 6.7.0
Expand Down
Loading