Skip to content

Commit

Permalink
Update cmake_helpers and patches in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Nov 30, 2023
1 parent fa63a22 commit d6aecdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ FROM builder AS patches
RUN git init patches \
&& cd patches \
&& git remote add origin {{ GIT }}/desktop-app/patches.git \
&& git fetch --depth=1 origin a33b619f7309b561e601014f8d8eecc2db84e1c1 \
&& git fetch --depth=1 origin 9c97723dce353833f54d644d0403b047ee148f6e \
&& git reset --hard FETCH_HEAD \
&& rm -rf .git

Expand Down
2 changes: 1 addition & 1 deletion cmake

0 comments on commit d6aecdf

Please sign in to comment.