diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index cc49a17ab2..f4e226782d 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 73f5d4762f \ + && git checkout 4b35c02c5e \ && rm -rf .git FROM builder AS nasm @@ -490,7 +490,7 @@ COPY --link --from=nv-codec-headers {{ LibrariesPath }}/nv-codec-headers-cache / RUN git init ffmpeg \ && cd ffmpeg \ && git remote add origin {{ GIT }}/FFmpeg/FFmpeg.git \ - && git fetch --depth=1 origin cc33e73618a981de7fd96385ecb34719de031f16 \ + && git fetch --depth=1 origin 7268323193d55365f914de39fadd5dbdb1f68976 \ && git reset --hard FETCH_HEAD \ && ./configure \ --extra-cflags="-DCONFIG_SAFE_BITSTREAM_READER=1" \ diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index a3341ffc1f..44ac666146 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -404,7 +404,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 73f5d4762f + git checkout 4b35c02c5e """) stage('msys64', """