-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
update dependencies including switch to Qt 6.7.3
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
Check warning on line 8 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-2 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
Check warning on line 8 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_QT_DATE 2024-11-21 | ||
Check warning on line 9 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-2 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
Check warning on line 9 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_OPENSSL 3.3.2 | ||
Check warning on line 10 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-2 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
Check warning on line 10 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_LIBP11 libp11-0.4.12 | ||
Check warning on line 11 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_KFRAMEWORKS 6.0.0 | ||
ENV VER_SQLITE 3450200 | ||
ENV VER_KFRAMEWORKS 6.7.0 | ||
Check warning on line 12 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-2 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
Check warning on line 12 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_SQLITE 3460100 | ||
Check warning on line 13 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-2 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
Check warning on line 13 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_SQLITE_YEAR 2024 | ||
Check warning on line 14 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-2 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
Check warning on line 14 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_QTKEYCHAIN 0.14.2 | ||
ENV VER_QTKEYCHAIN 0.14.3 | ||
Check warning on line 15 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-2 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
Check warning on line 15 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
|
||
ENV QT_ROOT /opt/qt${VER_QT} | ||
Check warning on line 17 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.7.3-2 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
Check warning on line 8 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
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 | ||
Check warning on line 12 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_SQLITE 3460100 | ||
Check warning on line 13 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_SQLITE_YEAR 2024 | ||
Check warning on line 14 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_QTKEYCHAIN 0.14.2 | ||
ENV VER_QTKEYCHAIN 0.14.3 | ||
Check warning on line 15 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
|
||
ENV QT_ROOT /opt/qt${VER_QT} | ||
Check warning on line 17 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.7.3-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
|
||
|