Update patches revision in CentOS docker.

This commit is contained in:
John Preston 2022-04-19 16:21:18 +04:00
parent 8f3456cd6c
commit 92a9832337
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ RUN mkdir /opt/cmake \
FROM builder AS patches
RUN git clone $GIT/desktop-app/patches.git \
&& cd patches \
&& git checkout 4cd65501d6 \
&& git checkout 4a676dea5a \
&& rm -rf .git
FROM builder AS libffi