Skip to content

Commit

Permalink
etc/Dockerfile: TDLib -> 1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed Nov 14, 2023
1 parent d860b88 commit 8c05437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/Dockerfile
Expand Up @@ -21,7 +21,7 @@ ARG telega_branch=master
RUN set +x && apk update && apk upgrade && \
apk add --update alpine-sdk linux-headers git zlib-dev openssl-dev gperf php cmake

RUN echo "TDLib v1.8.20-dd77e4628" > tdlib-version && \
RUN echo "TDLib v1.8.21-6ee64289f" > tdlib-version && \
git clone https://github.com/tdlib/td.git && \
cd td && \
git checkout ${tdlib_branch} && \
Expand Down

0 comments on commit 8c05437

Please sign in to comment.