File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ docker-gen can be used to generate various kinds of files for:
1616
1717#### Host Install
1818
19- Linux binaries for release [ 0.3.1 ] ( https://github.com/jwilder/docker-gen/releases )
19+ Linux binaries for release [ 0.3.2 ] ( https://github.com/jwilder/docker-gen/releases )
2020
21- * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.3.1 /docker-gen-linux-amd64-0.3.1 .tar.gz )
22- * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.3.1 /docker-gen-linux-i386-0.3.1 .tar.gz )
21+ * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.3.2 /docker-gen-linux-amd64-0.3.2 .tar.gz )
22+ * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.3.2 /docker-gen-linux-i386-0.3.2 .tar.gz )
2323
2424Download the version you need, untar, and install to your PATH.
2525
2626```
27- $ wget https://github.com/jwilder/docker-gen/releases/download/0.3.1/docker-gen-linux-amd64-0.3.1 .tar.gz
28- $ tar xvzf docker-gen-linux-amd64-0.3.1 .tar.gz
27+ $ wget https://github.com/jwilder/docker-gen/releases/download/0.3.1/docker-gen-linux-amd64-0.3.2 .tar.gz
28+ $ tar xvzf docker-gen-linux-amd64-0.3.2 .tar.gz
2929$ ./docker-gen
3030```
3131
You can’t perform that action at this time.
0 commit comments