diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index 70db984ef..31ef87502 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -50,7 +50,7 @@ RUN ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake RUN rm $CMAKE_FILE FROM builder AS patches -RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 5368789dc7 +RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 1206363d59 FROM builder AS libffi RUN git clone -b v3.4.2 --depth=1 $GIT/libffi/libffi.git diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index a62ce1fc6..29be78599 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -400,7 +400,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 1a451d853a + git checkout 1206363d59 """) stage('depot_tools', """