Skip to content

Commit

Permalink
update Qt and openssl in the desktop files client images
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed Jan 22, 2025
1 parent e818ba3 commit e843b65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions client-appimage-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ MAINTAINER Desktop Team <desktop@nextcloud.com>
# Run 'docker build' with '--build-arg BUILD_QT=1' to build Qt from source (default: not set)
ARG BUILD_QT

ENV VER_QT 6.8.0
ENV VER_QT_DATE 2024-12-02
ENV VER_OPENSSL 3.3.2
ENV VER_QT 6.8.1
ENV VER_QT_DATE 2025-01-16
ENV VER_OPENSSL 3.4.0
ENV VER_LIBP11 libp11-0.4.12
ENV VER_KFRAMEWORKS 6.7.0
ENV VER_KFRAMEWORKS 6.10.0
ENV VER_SQLITE 3460100
ENV VER_SQLITE_YEAR 2024
ENV VER_QTKEYCHAIN 0.14.3
Expand Down
8 changes: 4 additions & 4 deletions client-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ MAINTAINER Desktop Team <desktop@nextcloud.com>
# Run 'docker build' with '--build-arg BUILD_QT=1' to build Qt from source (default: not set)
ARG BUILD_QT

ENV VER_QT 6.8.0
ENV VER_QT_DATE 2024-12-02
ENV VER_OPENSSL 3.3.2
ENV VER_QT 6.8.1
ENV VER_QT_DATE 2025-01-16
ENV VER_OPENSSL 3.4.0
ENV VER_LIBP11 libp11-0.4.12
ENV VER_KFRAMEWORKS 6.7.0
ENV VER_KFRAMEWORKS 6.10.0
ENV VER_SQLITE 3460100
ENV VER_SQLITE_YEAR 2024
ENV VER_QTKEYCHAIN 0.14.3
Expand Down

0 comments on commit e843b65

Please sign in to comment.