diff --git a/README.md b/README.md index 02a950c..b984131 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ To install the client, just grab it from the [releases page][1], uncompress the # install Medidata docker-ssh-exec build tool from S3 bucket "mybucket" curl https://s3.amazonaws.com/mybucket/docker-ssh-exec/\ - docker-ssh-exec_0.3.2_linux_amd64.tar.gz | \ + docker-ssh-exec_0.5.1_linux_amd64.tar.gz | \ tar -xz --strip-components=1 -C /usr/local/bin \ - docker-ssh-exec_0.3.2_linux_amd64/docker-ssh-exec + docker-ssh-exec_0.5.1_linux_amd64/docker-ssh-exec mkdir -p /root/.ssh && chmod 0700 /root/.ssh ssh-keyscan github.com >/root/.ssh/known_hosts @@ -85,4 +85,4 @@ To build it yourself, just `go get` and `go install` as usual: -------- -[1]: https://github.com/mdsol/12factor-tools/releases +[1]: https://github.com/mdsol/docker-ssh-exec/releases diff --git a/main.go b/main.go index 9863831..07d4277 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ const ( // Package version & timestamp - interpolated by goxc const VERSION = "0.5.1" -const SOURCE_DATE = "2015-10-26T06:23:34-07:00" +const SOURCE_DATE = "2015-10-27T10:48:34-04:00" func main() { config := newConfig()