Skip to content

Commit

Permalink
Merge pull request #689 from nextcloud/feat/desktopFilesClientQt6.8
Browse files Browse the repository at this point in the history
deploy Qt 6.8.0
  • Loading branch information
mgallien authored Dec 3, 2024
2 parents fc48c25 + 184cec2 commit 247ed2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

Check warning on line 8 in client-appimage-qt6/Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.8.0-1 to GitHub Packages

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV VER_QT_DATE 2024-12-02

Check warning on line 9 in client-appimage-qt6/Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.8.0-1 to GitHub Packages

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV VER_OPENSSL 3.3.2

Check warning on line 10 in client-appimage-qt6/Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.8.0-1 to GitHub Packages

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV VER_LIBP11 libp11-0.4.12

Check warning on line 11 in client-appimage-qt6/Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.8.0-1 to GitHub Packages

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV VER_KFRAMEWORKS 6.7.0

Check warning on line 12 in client-appimage-qt6/Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-6.8.0-1 to GitHub Packages

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
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

Check warning on line 9 in client-qt6/Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image client-qt6:client-6.8.0-1 to GitHub Packages

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV VER_OPENSSL 3.3.2
ENV VER_LIBP11 libp11-0.4.12

Check warning on line 11 in client-qt6/Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image client-qt6:client-6.8.0-1 to GitHub Packages

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV VER_KFRAMEWORKS 6.7.0

Check warning on line 12 in client-qt6/Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image client-qt6:client-6.8.0-1 to GitHub Packages

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down

0 comments on commit 247ed2c

Please sign in to comment.