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:
Patrick Gray 2016-04-16 20:46:51 -04:00
parent 6f109da9d2
commit fc0c3ebd66

View File

@ -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 \