2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 14:08:41 +00:00

Fix some webview crashes

This commit is contained in:
Ilya Fedin
2023-12-28 12:27:38 +04:00
committed by John Preston
parent ea37e83b13
commit 70115a24bb
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ FROM builder AS patches
RUN git init patches \
&& cd patches \
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
&& git fetch --depth=1 origin d66c16d044de61fb6ca6c418e7ef3ed4a60f5f7f \
&& git fetch --depth=1 origin 78fe199b743df0358c04502d6947cd42bb5d16ed \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git