2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Update patches commit in Dockerfile

This commit is contained in:
Ilya Fedin
2023-01-30 23:18:32 +04:00
committed by John Preston
parent 5d20d585b3
commit 204cfaa8ca

View File

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