Update use of tools to latest

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2021-04-20 21:29:26 +03:00
parent 1270e27ba6
commit 8576579f60
6 changed files with 12 additions and 12 deletions

View File

@@ -30,6 +30,6 @@ docker run -it --rm \
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
--entrypoint=go
linuxkit/go-compile:6d73c4723ae2b58af22e3736b2b0f0292e18eb6d
linuxkit/go-compile:ceff1817e4c670d253c7bd38da05daecaa513f5f
mod vendor
```