Update the uses of linuxkit/go-compile to the alpine:3.7 base

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-12-08 14:08:40 +00:00
parent 5fd1fa3663
commit affa1c6b7d
2 changed files with 3 additions and 3 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:fb53f01a669de5e91ec855b4f67a57b514b4f6ed
linuxkit/go-compile:bb0c6ae2f12a1b55df24ebce2067784a931285df
```
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:fb53f01a669de5e91ec855b4f67a57b514b4f6ed
linuxkit/go-compile:bb0c6ae2f12a1b55df24ebce2067784a931285df
github.com/docker/docker
```