Update patches commit in Dockerfile

This commit is contained in:
Ilya Fedin 2024-01-06 12:56:19 +04:00 committed by John Preston
parent fccc93ca53
commit 2ef8136308

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 1e6c830a66649a60a2a277015143260f5716517b \
&& git fetch --depth=1 origin aadb3de1f4b259d64c6a9133fbd2931508a00faa \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git