Update use of tools to latest

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2019-04-16 23:16:18 +01:00
parent 94bfb97ba3
commit da3f1e9c6c
4 changed files with 12 additions and 12 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:0a927ab41060951b15645f0f9cc257ec810c0a0f
linuxkit/go-compile:8de0e27a38498389e43b3a5b520d943a2b3be5ba
```
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:0a927ab41060951b15645f0f9cc257ec810c0a0f
linuxkit/go-compile:8de0e27a38498389e43b3a5b520d943a2b3be5ba
github.com/docker/docker
```