1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-10 14:12:46 +02:00

Merge pull request from michael-k/atom

Updated atom to v1.5.1
This commit is contained in:
Jess Frazelle 2016-02-12 15:36:06 -05:00
commit 2e144e00bb

@ -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.4.0 ENV ATOM_VERSION 1.5.1
# download the source # download the source
RUN buildDeps=' \ RUN buildDeps=' \