File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM golang:1.14-alpine as dockergen
33RUN apk add --no-cache git
44
55# Download the sources for the given version
6- ENV VERSION 0.7.4
6+ ENV VERSION 0.7.5
77ADD https://github.com/jwilder/docker-gen/archive/${VERSION}.tar.gz sources.tar.gz
88
99# Move the sources into the right directory
2121
2222RUN apk -U add openssl
2323
24- ENV VERSION 0.7.4
24+ ENV VERSION 0.7.5
2525COPY --from=dockergen /go/src/github.com/jwilder/docker-gen/docker-gen /usr/local/bin/docker-gen
2626ENV DOCKER_HOST unix:///tmp/docker.sock
2727
Original file line number Diff line number Diff line change 11docker-gen
22=====
33
4- ![ latest 0.7.3 ] ( https://img.shields.io/badge/latest-0.7.3 -green.svg?style=flat )
4+ ![ latest 0.7.5 ] ( https://img.shields.io/badge/latest-0.7.5 -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.7.3 ] ( https://github.com/jwilder/docker-gen/releases )
28+ Linux/OSX binaries for release [ 0.7.5 ] ( https://github.com/jwilder/docker-gen/releases )
2929
30- * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.7.3 /docker-gen-linux-amd64-0.7.3 .tar.gz )
31- * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.7.3 /docker-gen-linux-i386-0.7.3 .tar.gz )
32- * [ alpine-linux] ( https://github.com/jwilder/docker-gen/releases/download/0.7.3 /docker-gen-alpine-linux-amd64-0.7.3 .tar.gz )
30+ * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.7.5 /docker-gen-linux-amd64-0.7.5 .tar.gz )
31+ * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.7.5 /docker-gen-linux-i386-0.7.5 .tar.gz )
32+ * [ alpine-linux] ( https://github.com/jwilder/docker-gen/releases/download/0.7.5 /docker-gen-alpine-linux-amd64-0.7.5 .tar.gz )
3333
3434Download the version you need, untar, and install to your PATH.
3535
3636```
37- $ wget https://github.com/jwilder/docker-gen/releases/download/0.7.3 /docker-gen-linux-amd64-0.7.3 .tar.gz
38- $ tar xvzf docker-gen-linux-amd64-0.7.3 .tar.gz
37+ $ wget https://github.com/jwilder/docker-gen/releases/download/0.7.5 /docker-gen-linux-amd64-0.7.5 .tar.gz
38+ $ tar xvzf docker-gen-linux-amd64-0.7.5 .tar.gz
3939$ ./docker-gen
4040```
4141
You can’t perform that action at this time.
0 commit comments