Update patches in Dockerfile

This commit is contained in:
Ilya Fedin 2022-04-18 09:54:39 +04:00 committed by John Preston
parent 9cc1a020f3
commit 41288f5ddb

View file

@ -47,7 +47,7 @@ RUN mkdir /opt/cmake \
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 86187a0437 \ && git checkout bf8dfd399d \
&& rm -rf .git && rm -rf .git
FROM builder AS libffi FROM builder AS libffi