Skip to content

Commit 4def90a

Browse files
committed
Update Dockerfile to 0.3.7
1 parent 32bbf0a commit 4def90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

4-
ENV VERSION 0.3.6
4+
ENV VERSION 0.3.7
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

0 commit comments

Comments
 (0)