Skip to content

Commit

Permalink
Update docker image to use 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Nov 27, 2014
1 parent 73e0ec2 commit e5efc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM debian:wheezy
MAINTAINER Jason Wilder <[email protected]>

ENV VERSION 0.3.4
ENV VERSION 0.3.6
ENV DOCKER_HOST unix:///tmp/docker.sock

RUN apt-get update && apt-get install -y curl && curl -o docker-gen-linux-amd64-$VERSION.tar.gz -L https://github.com/jwilder/docker-gen/releases/download/$VERSION/docker-gen-linux-amd64-$VERSION.tar.gz && apt-get remove -y curl && apt-get -y clean
RUN tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-$VERSION.tar.gz && rm docker-gen-linux-amd64-$VERSION.tar.gz

ENTRYPOINT ["/usr/local/bin/docker-gen"]
ENTRYPOINT ["/usr/local/bin/docker-gen"]

0 comments on commit e5efc78

Please sign in to comment.