-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
deploy Qt 6.8.0
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
Check warning on line 8 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.8.0-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_QT_DATE 2024-12-02 | ||
Check warning on line 9 in client-appimage-qt6/Dockerfile GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.8.0-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.8.0-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.8.0-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
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.8.0-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
Check warning on line 9 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.8.0-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_OPENSSL 3.3.2 | ||
ENV VER_LIBP11 libp11-0.4.12 | ||
Check warning on line 11 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.8.0-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
ENV VER_KFRAMEWORKS 6.7.0 | ||
Check warning on line 12 in client-qt6/Dockerfile GitHub Actions / Push Docker image client-qt6:client-6.8.0-1 to GitHub PackagesLegacy key/value format with whitespace separator should not be used
|
||
|