2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

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