Skip to content

Commit f27f281

Browse files
committed
Update 0.7.0
1 parent d48e1f3 commit f27f281

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:wheezy
2-
MAINTAINER Jason Wilder <jason@influxdb.com>
2+
MAINTAINER Jason Wilder <mail@jasonwilder.com>
33

4-
ENV VERSION 0.6.0
4+
ENV VERSION 0.7.0
55
ENV DOWNLOAD_URL https://github.com/jwilder/docker-gen/releases/download/$VERSION/docker-gen-linux-amd64-$VERSION.tar.gz
66
ENV DOCKER_HOST unix:///tmp/docker.sock
77

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
docker-gen
22
=====
33

4-
![latest 0.6.0](https://img.shields.io/badge/latest-0.6.0-green.svg?style=flat)
4+
![latest 0.7.0](https://img.shields.io/badge/latest-0.7.0-green.svg?style=flat)
55
[![Build Status](https://travis-ci.org/jwilder/docker-gen.svg?branch=master)](https://travis-ci.org/jwilder/docker-gen)
66
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
77

@@ -25,17 +25,17 @@ There are three common ways to run docker-gen:
2525

2626
#### Host Install
2727

28-
Linux/OSX binaries for release [0.6.0](https://github.com/jwilder/docker-gen/releases)
28+
Linux/OSX binaries for release [0.7.0](https://github.com/jwilder/docker-gen/releases)
2929

30-
* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.6.0/docker-gen-linux-amd64-0.6.0.tar.gz)
31-
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.6.0/docker-gen-linux-i386-0.6.0.tar.gz)
32-
* [alpine-linux](https://github.com/jwilder/docker-gen/releases/download/0.6.0/docker-gen-alpine-linux-amd64-0.6.0.tar.gz)
30+
* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.7.0/docker-gen-linux-amd64-0.7.0.tar.gz)
31+
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.7.0/docker-gen-linux-i386-0.7.0.tar.gz)
32+
* [alpine-linux](https://github.com/jwilder/docker-gen/releases/download/0.7.0/docker-gen-alpine-linux-amd64-0.7.0.tar.gz)
3333

3434
Download the version you need, untar, and install to your PATH.
3535

3636
```
37-
$ wget https://github.com/jwilder/docker-gen/releases/download/0.6.0/docker-gen-linux-amd64-0.6.0.tar.gz
38-
$ tar xvzf docker-gen-linux-amd64-0.6.0.tar.gz
37+
$ wget https://github.com/jwilder/docker-gen/releases/download/0.7.0/docker-gen-linux-amd64-0.7.0.tar.gz
38+
$ tar xvzf docker-gen-linux-amd64-0.7.0.tar.gz
3939
$ ./docker-gen
4040
```
4141

0 commit comments

Comments
 (0)