We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bbf0a commit 4def90aCopy full SHA for 4def90a
Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:wheezy
2
MAINTAINER Jason Wilder <jwilder@litl.com>
3
4
-ENV VERSION 0.3.6
+ENV VERSION 0.3.7
5
ENV DOCKER_HOST unix:///tmp/docker.sock
6
7
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