Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/constant qt6 installation path #707

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions client-appimage-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ 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.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

ENV QT_ROOT /opt/qt${VER_QT}
ENV QT_ROOT /opt/qt

RUN sed -i '/deb-src/s/^# //' /etc/apt/sources.list && \
apt-get update && \
Expand Down
10 changes: 5 additions & 5 deletions client-qt6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ 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.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

ENV QT_ROOT /opt/qt${VER_QT}
ENV QT_ROOT /opt/qt

RUN sed -i '/deb-src/s/^# //' /etc/apt/sources.list && \
apt-get update && \
Expand Down
Loading