mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Merge pull request #126 from pgray/patch-1
Version Bump for slack client
This commit is contained in:
commit
19a62e5938
|
@ -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…
Reference in New Issue
Block a user