From 234c74a439f7cfb1806e199dcedc8eba42aab0cd Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 5 Sep 2022 11:47:58 +0400 Subject: [PATCH] Update patches commit in Dockerfile --- 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 c0ec528cdc..1a81061d25 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -48,7 +48,7 @@ RUN mkdir /opt/cmake \ FROM builder AS patches RUN git clone {{ GIT }}/desktop-app/patches.git \ && cd patches \ - && git checkout d939423196 \ + && git checkout 88c251102f \ && rm -rf .git FROM builder AS extra-cmake-modules