We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213ceba commit b8aa09cCopy full SHA for b8aa09c
README.md
@@ -13,7 +13,7 @@ Download and uncompress the latest binary tarball from [releases](https://github
13
For example, you can do this directly in your Dockerfiles installing into `/bin` as one step:
14
15
```
16
-RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.1.0/herokuish_0.1.0_linux_x86_64.tgz \
+RUN curl http://dl.gliderlabs.com/herokuish/latest/linux_x86_64.tgz \
17
--silent -L | tar -xzC /bin
18
19
0 commit comments