Skip to content

Commit

Permalink
Merge pull request jessfraz#100 from michael-k/atom
Browse files Browse the repository at this point in the history
Updated atom to v1.4.0
  • Loading branch information
Jess Frazelle committed Jan 14, 2016
2 parents 6f3dd68 + dcd1132 commit cd0d487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit cd0d487

Please sign in to comment.