summaryrefslogtreecommitdiffstats
path: root/Telegram/build/docker/centos_env/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Telegram/build/docker/centos_env/Dockerfile')
-rw-r--r--Telegram/build/docker/centos_env/Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile
index d0402cf6fe..c0ec528cdc 100644
--- a/Telegram/build/docker/centos_env/Dockerfile
+++ b/Telegram/build/docker/centos_env/Dockerfile
@@ -1,8 +1,8 @@
{%- set GIT = "https://github.com" -%}
{%- set GIT_FREEDESKTOP = GIT ~ "/gitlab-freedesktop-mirrors" -%}
-{%- set QT = "6_3_1" -%}
-{%- set QT_TAG = "v6.3.1" -%}
-{%- set QT_PREFIX = "/usr/local/desktop-app/Qt-6.3.1" -%}
+{%- set QT = "6_4_0" -%}
+{%- set QT_TAG = "v6.4.0-beta4" -%}
+{%- set QT_PREFIX = "/usr/local/desktop-app/Qt-6.4.0" -%}
{%- set OPENSSL_VER = "1_1_1" -%}
{%- set OPENSSL_PREFIX = "/usr/local/desktop-app/openssl-1.1.1" -%}
{%- set CMAKE_VER = "3.21.3" -%}
@@ -48,7 +48,7 @@ RUN mkdir /opt/cmake \
FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \
- && git checkout 4a5c759f8f \
+ && git checkout d939423196 \
&& rm -rf .git
FROM builder AS extra-cmake-modules