Skip to content

Commit fa8c27d

Browse files
committed
Telegram version 3.2.2
1 parent 3626402 commit fa8c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
1010
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1111

1212
# Telegram Version 2.2
13-
RUN wget https://updates.tdesktop.com/tlinux/tsetup.3.1.8.tar.xz -O /tmp/telegram.tar.xz \
13+
RUN wget https://updates.tdesktop.com/tlinux/tsetup.3.2.2.tar.xz -O /tmp/telegram.tar.xz \
1414
&& cd /tmp/ \
1515
&& tar xvfJ /tmp/telegram.tar.xz \
1616
&& mv /tmp/Telegram/Telegram /usr/bin/Telegram \

0 commit comments

Comments
 (0)