Skip to content

Commit

Permalink
etc/Dockerfile update, Fixes #477
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed May 15, 2024
1 parent 009e5ce commit 3d2e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/Dockerfile
Original file line number Diff line number Diff line change
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.25-fe6201556" > tdlib-version && \
RUN echo "TDLib v1.8.29-12c1689b5" > tdlib-version && \
git clone https://github.com/tdlib/td.git && \
cd td && \
git checkout ${tdlib_branch} && \
Expand Down

0 comments on commit 3d2e5ee

Please sign in to comment.