Update patches revision in Docker.

This commit is contained in:
John Preston 2021-09-07 12:57:58 +03:00
parent 74846c87ce
commit 19611d5b26

View File

@ -29,7 +29,7 @@ ENV LibrariesPath /usr/src/Libraries
WORKDIR $LibrariesPath
FROM builder AS patches
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout d58ce6b2b0
RUN git clone $GIT/desktop-app/patches.git && cd patches && git checkout 98dace00f0
FROM builder AS extra-cmake-modules