From 92a983233732f8dc8410560888c5d1aa7d6e031f Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 19 Apr 2022 16:21:18 +0400 Subject: [PATCH] Update patches revision in CentOS docker. --- 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 cf90ab4fc7..07cb7ea38b 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -47,7 +47,7 @@ RUN mkdir /opt/cmake \ FROM builder AS patches RUN git clone $GIT/desktop-app/patches.git \ && cd patches \ - && git checkout 4cd65501d6 \ + && git checkout 4a676dea5a \ && rm -rf .git FROM builder AS libffi