Skip to content

Commit

Permalink
Update docker image to latest TDLib
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed Aug 8, 2023
1 parent ce21c3b commit 3e882f5
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.15-5110a188b" > tdlib-version && \
RUN echo "TDLib v1.8.15-a7f8ff6" > tdlib-version && \
git clone https://github.com/tdlib/td.git && \
cd td && \
git checkout ${tdlib_branch} && \
Expand Down

0 comments on commit 3e882f5

Please sign in to comment.