Skip to content

Commit

Permalink
Merge pull request #717 from nextcloud/el8-qtkeychain-upgrade
Browse files Browse the repository at this point in the history
client-appimage-qt6: use QtKeychain 0.15.0 in EL8 images too
  • Loading branch information
mgallien authored Jan 23, 2025
2 parents 1fe1b37 + 53b3bee commit c6a6044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-appimage-qt6/Dockerfile.el8
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV VER_LIBP11 libp11-0.4.12
ENV VER_KFRAMEWORKS 6.10.0

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

View workflow job for this annotation

GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-el8-6.8.1-2 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_SQLITE 3460100

Check warning on line 13 in client-appimage-qt6/Dockerfile.el8

View workflow job for this annotation

GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-el8-6.8.1-2 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_SQLITE_YEAR 2024

Check warning on line 14 in client-appimage-qt6/Dockerfile.el8

View workflow job for this annotation

GitHub Actions / Push Docker image client-appimage-qt6:client-appimage-el8-6.8.1-2 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_QTKEYCHAIN 0.14.3
ENV VER_QTKEYCHAIN 0.15.0

ENV QT_ROOT /opt/qt

Expand Down

0 comments on commit c6a6044

Please sign in to comment.