2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Update lib_webview and docker patches revision.

This commit is contained in:
John Preston
2021-09-28 12:23:54 +04:00
parent a2db9de4d7
commit f0e8c1e325
2 changed files with 2 additions and 2 deletions

View File

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