Updated atom to v1.4.0

Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
This commit is contained in:
Michael Käufl 2016-01-14 12:56:09 +01:00
parent 6f3dd68b9a
commit dcd1132661

View File

@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.3.0
ENV ATOM_VERSION 1.4.0
RUN curl -sSL https://github.com/atom/atom/releases/download/v${ATOM_VERSION}/atom-amd64.deb -o /tmp/atom-amd64.deb \
&& dpkg -i /tmp/atom-amd64.deb \