Update patches on Linux

This commit is contained in:
Ilya Fedin 2022-11-25 15:12:29 +04:00 committed by John Preston
parent d63e483615
commit ca408828c1

View file

@ -56,7 +56,7 @@ ENV CXXFLAGS $CFLAGS
FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \
&& git checkout 4f755b92cb \
&& git checkout c1f8effd69 \
&& rm -rf .git
FROM builder AS nasm