Skip to content

Commit

Permalink
update distcc and atom
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 19, 2017
1 parent 0847078 commit a2c03a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV ATOM_VERSION 1.17.2
ENV ATOM_VERSION 1.18.0

# download the source
RUN buildDeps=' \
Expand Down
2 changes: 1 addition & 1 deletion distcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:sid
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit a2c03a6

Please sign in to comment.