File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ FROM builder AS patches
9393RUN git init patches \
9494 && cd patches \
9595 && git remote add origin https://github.com/desktop-app/patches.git \
96- && git fetch --depth=1 origin 859556cab51d17585ff76d3db62ff1c7502bc850 \
96+ && git fetch --depth=1 origin 6eee01a2c24ed9a2bd4510a5087b489ab842d00e \
9797 && git reset --hard FETCH_HEAD \
9898 && rm -rf .git
9999
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ def runStages():
452452stage ('patches' , """
453453 git clone https://github.com/desktop-app/patches.git
454454 cd patches
455- git checkout bc4c036311d07656c400c3f94877bdcf16d91688
455+ git checkout 6eee01a2c24ed9a2bd4510a5087b489ab842d00e
456456""" )
457457
458458stage ('msys64' , """
You can’t perform that action at this time.
0 commit comments