Skip to content

Commit

Permalink
Update to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Wilder committed Apr 23, 2021
1 parent 2024a2f commit de4d963
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docker-gen
=====

![latest 0.7.5](https://img.shields.io/badge/latest-0.7.5-green.svg?style=flat)
![latest 0.7.6](https://img.shields.io/badge/latest-0.7.6-green.svg?style=flat)
[![Build Status](https://travis-ci.org/jwilder/docker-gen.svg?branch=master)](https://travis-ci.org/jwilder/docker-gen)
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)

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

#### Host Install

Linux/OSX binaries for release [0.7.5](https://github.com/jwilder/docker-gen/releases)
Linux/OSX binaries for release [0.7.6](https://github.com/jwilder/docker-gen/releases)

* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.7.5/docker-gen-linux-amd64-0.7.5.tar.gz)
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.7.5/docker-gen-linux-i386-0.7.5.tar.gz)
* [alpine-linux](https://github.com/jwilder/docker-gen/releases/download/0.7.5/docker-gen-alpine-linux-amd64-0.7.5.tar.gz)
* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.7.6/docker-gen-linux-amd64-0.7.6.tar.gz)
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.7.6/docker-gen-linux-i386-0.7.6.tar.gz)
* [alpine-linux](https://github.com/jwilder/docker-gen/releases/download/0.7.6/docker-gen-alpine-linux-amd64-0.7.6.tar.gz)

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

```
$ wget https://github.com/jwilder/docker-gen/releases/download/0.7.5/docker-gen-linux-amd64-0.7.5.tar.gz
$ tar xvzf docker-gen-linux-amd64-0.7.5.tar.gz
$ wget https://github.com/jwilder/docker-gen/releases/download/0.7.6/docker-gen-linux-amd64-0.7.6.tar.gz
$ tar xvzf docker-gen-linux-amd64-0.7.6.tar.gz
$ ./docker-gen
```

Expand Down

0 comments on commit de4d963

Please sign in to comment.