Skip to content

Commit e5efc78

Browse files
committed
Update docker image to use 0.3.6
1 parent 73e0ec2 commit e5efc78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM debian:wheezy
22
MAINTAINER Jason Wilder <[email protected]>
33

4-
ENV VERSION 0.3.4
4+
ENV VERSION 0.3.6
55
ENV DOCKER_HOST unix:///tmp/docker.sock
66

77
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
88
RUN tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-$VERSION.tar.gz && rm docker-gen-linux-amd64-$VERSION.tar.gz
99

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

0 commit comments

Comments
 (0)