From db04e331280bef0a61c43832fa6cad7db443b115 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sat, 1 Apr 2023 00:31:38 +0400 Subject: [PATCH] Update patches on Linux --- 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 254ae38aa2..1129893318 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -57,7 +57,7 @@ ENV CXXFLAGS $CFLAGS FROM builder AS patches RUN git clone {{ GIT }}/desktop-app/patches.git \ && cd patches \ - && git checkout 4b35c02c5e \ + && git checkout 24afddb3bf \ && rm -rf .git FROM builder AS nasm