Update use of tools to latest

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2019-03-02 19:18:46 +00:00
parent 4f715f5f2a
commit 5910713bae
4 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ docker run -it --rm \
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
--entrypoint /go/bin/vndr \
linuxkit/go-compile:e1204ce9921c1d45362a374e06be7234d3bf1184
linuxkit/go-compile:0a927ab41060951b15645f0f9cc257ec810c0a0f
```
To update a single dependency:
@@ -32,7 +32,7 @@ docker run -it --rm \
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
--entrypoint /go/bin/vndr \
linuxkit/go-compile:e1204ce9921c1d45362a374e06be7234d3bf1184
linuxkit/go-compile:0a927ab41060951b15645f0f9cc257ec810c0a0f
github.com/docker/docker
```