Skip to content

Commit

Permalink
Update Qt patches in Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 27, 2025
1 parent edfb7b6 commit f1019c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 748e206a977d7bd9fb6ed5081515b724e9bc58a0 \
&& git fetch --depth=1 origin 140cd1837ed200946d6248e9f4cada52452178c1 \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git

Expand Down

0 comments on commit f1019c8

Please sign in to comment.