Update patches revision in docker.

This commit is contained in:
John Preston 2023-04-21 14:16:19 +04:00
parent 8a64a9b2ad
commit 64125f0cc8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ ENV CXXFLAGS $CFLAGS
FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \
&& git checkout 24afddb3bf \
&& git checkout bf05b2a1cc \
&& rm -rf .git
FROM builder AS nasm