diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index a0d636fc5..94cf06538 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 01779db1de +RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 9d2a07ba8b FROM builder AS extra-cmake-modules diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 6b41a0d0b..714eb0bc9 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -379,7 +379,7 @@ def runStages(): stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 1a1d9e6d2c + git checkout 9d2a07ba8b """) stage('depot_tools', """