Skip to content
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