mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-10 22:22:45 +02:00
Version Bump for slack client
Was building my own and found yours on the hub. Figured I'd submit a version bump pr.
This commit is contained in:
parent
6f109da9d2
commit
fc0c3ebd66
@ -39,7 +39,7 @@ RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
|
||||
&& locale-gen en_US.utf8 \
|
||||
&& /usr/sbin/update-locale LANG=en_US.UTF-8
|
||||
|
||||
ENV SLACK_VERSION 2.0.1
|
||||
ENV SLACK_VERSION 2.0.3
|
||||
|
||||
RUN curl -sSL "https://slack-ssb-updates.global.ssl.fastly.net/linux_releases/slack-desktop-${SLACK_VERSION}-amd64.deb" > /tmp/slack-desktop.deb \
|
||||
&& dpkg -i /tmp/slack-desktop.deb \
|
||||
|
Loading…
x
Reference in New Issue
Block a user