File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ This tool is ideal for use without polluting you environment with dependencies.
88## Installation
99wget
1010``` bash
11- wget https://github.com/tnozicka/goenvtemplator/releases/download/v0 .0.1-rc1 /goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator
11+ wget https://github.com/tnozicka/goenvtemplator/releases/download/v1 .0.0 /goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator
1212chmod +x /usr/local/bin/goenvtemplator
1313```
1414
1515Dockerfile
1616``` Dockerfile
17- ADD https://github.com/tnozicka/goenvtemplator/releases/download/v0 .0.1-rc1 /goenvtemplator-amd64 /usr/local/bin/goenvtemplator
17+ ADD https://github.com/tnozicka/goenvtemplator/releases/download/v1 .0.0 /goenvtemplator-amd64 /usr/local/bin/goenvtemplator
1818RUN chmod +x /usr/local/bin/goenvtemplator
1919```
2020
You can’t perform that action at this time.
0 commit comments