mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Update sonobuoy version
This commit is contained in:
parent
c14ffd3c6c
commit
c9383be78f
@ -2,7 +2,7 @@ FROM golang:1.12.1-alpine3.9
|
||||
|
||||
RUN apk -U --no-cache add bash git docker curl jq coreutils
|
||||
RUN go get -d github.com/heptio/sonobuoy && \
|
||||
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.14.2 && \
|
||||
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.14.3 && \
|
||||
go install github.com/heptio/sonobuoy
|
||||
RUN rm -rf /go/src /go/pkg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user