From f1019c8ca411cbfbe41c75e5342c66759beae5ea Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 27 Jan 2025 18:06:02 +0400 Subject: [PATCH] Update Qt patches in Linux build. --- Telegram/build/docker/centos_env/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 3b4e25c39..f36d40a51 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -42,7 +42,7 @@ FROM builder AS patches RUN git init patches \ && cd patches \ && git remote add origin {{ GIT }}/desktop-app/patches.git \ - && git fetch --depth=1 origin 748e206a977d7bd9fb6ed5081515b724e9bc58a0 \ + && git fetch --depth=1 origin 140cd1837ed200946d6248e9f4cada52452178c1 \ && git reset --hard FETCH_HEAD \ && rm -rf .git