Update Qt patches in Linux build.

This commit is contained in:
John Preston 2025-01-27 18:06:02 +04:00
parent edfb7b6b24
commit f1019c8ca4

View file

@ -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