Update patches on Linux

This commit is contained in:
Ilya Fedin 2023-10-01 07:23:30 +04:00 committed by John Preston
parent a732d8f5e7
commit fe8ebc1659
1 changed files with 1 additions and 1 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 6442ae042bb6d43391747f7413c7a88a6a37c7ef \
&& git fetch --depth=1 origin 413a12468bfdd02b9f1372c5c139753b0c5a432e \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git