Update patches on Linux

This commit is contained in:
Ilya Fedin 2023-04-01 00:31:38 +04:00 committed by John Preston
parent d1ff6e583d
commit db04e33128

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 4b35c02c5e \
&& git checkout 24afddb3bf \
&& rm -rf .git
FROM builder AS nasm