1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-13 23:52:44 +02:00

Updated atom to v1.7.0

Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
This commit is contained in:
Michael Käufl 2016-04-14 14:34:47 +02:00
parent 47b6bbe44d
commit 4e30c142ec

@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV ATOM_VERSION 1.6.0 ENV ATOM_VERSION 1.7.0
# download the source # download the source
RUN buildDeps=' \ RUN buildDeps=' \