Update patches commit in Dockerfile

This commit is contained in:
Ilya Fedin 2022-09-05 11:47:58 +04:00 committed by John Preston
parent 88f1f8ff22
commit 234c74a439
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ RUN mkdir /opt/cmake \
FROM builder AS patches
RUN git clone {{ GIT }}/desktop-app/patches.git \
&& cd patches \
&& git checkout d939423196 \
&& git checkout 88c251102f \
&& rm -rf .git
FROM builder AS extra-cmake-modules