From 19611d5b26148fe53cf0b4215b0e97a358f3b0c3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 7 Sep 2021 12:57:58 +0300 Subject: [PATCH] Update patches revision in 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 9e2dd38b33..d9212d659d 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -29,7 +29,7 @@ ENV LibrariesPath /usr/src/Libraries WORKDIR $LibrariesPath FROM builder AS patches -RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout d58ce6b2b0 +RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 98dace00f0 FROM builder AS extra-cmake-modules