summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-01-04 20:39:24 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-01-04 20:39:24 +0400
commitfccc93ca534269e35b3e56ae0db897cc4ba911fc (patch)
tree759ba3dfe9257054cd246e3251cf4c7c9f46d523
parent37d1940993ce1a7962de532a21929c8e41f10e70 (diff)
Version 4.14.3: Update Qt patch in the Dockerfile.v4.14.3
-rw-r--r--Telegram/build/docker/centos_env/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile
index 95e11eed36..d2c6320a00 100644
--- a/Telegram/build/docker/centos_env/Dockerfile
+++ b/Telegram/build/docker/centos_env/Dockerfile
@@ -54,7 +54,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 5f434041ae25d0ae0f7936bfe76c4535f6151ba9 \
+ && git fetch --depth=1 origin 1e6c830a66649a60a2a277015143260f5716517b \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git