mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-30 04:27:09 +00:00
Include the Go binary in the hash of the go build base
As this is not installed via apk it was not being included in the checksum. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM mobylinux/alpine-build-go:f87b7d1c1cdec779ed602bfa5eaaeb94896d612c
|
||||
FROM mobylinux/alpine-build-go:30067067003d565887d7efe533eba03ed46038d2
|
||||
|
||||
RUN mkdir -p /go/src/diagnostics
|
||||
WORKDIR /go/src/diagnostics
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM mobylinux/alpine-build-go:f87b7d1c1cdec779ed602bfa5eaaeb94896d612c
|
||||
FROM mobylinux/alpine-build-go:30067067003d565887d7efe533eba03ed46038d2
|
||||
|
||||
RUN mkdir -p /go/src/proxy
|
||||
WORKDIR /go/src/proxy
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM mobylinux/alpine-build-go:f87b7d1c1cdec779ed602bfa5eaaeb94896d612c
|
||||
FROM mobylinux/alpine-build-go:30067067003d565887d7efe533eba03ed46038d2
|
||||
|
||||
RUN mkdir -p /go/src/vsudd
|
||||
WORKDIR /go/src/vsudd
|
||||
|
||||
Reference in New Issue
Block a user