We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3626402 commit fa8c27dCopy full SHA for fa8c27d
Dockerfile
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
11
12
# Telegram Version 2.2
13
-RUN wget https://updates.tdesktop.com/tlinux/tsetup.3.1.8.tar.xz -O /tmp/telegram.tar.xz \
+RUN wget https://updates.tdesktop.com/tlinux/tsetup.3.2.2.tar.xz -O /tmp/telegram.tar.xz \
14
&& cd /tmp/ \
15
&& tar xvfJ /tmp/telegram.tar.xz \
16
&& mv /tmp/Telegram/Telegram /usr/bin/Telegram \
0 commit comments