Upgrade Sonobuoy to v0.15.0

pull/613/head
Erik Wilson 2019-07-07 14:38:44 -07:00
parent 928ea53015
commit b5a08cb62b
1 changed files with 1 additions and 1 deletions

View File

@ -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.3 && \
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.15.0 && \
go install github.com/heptio/sonobuoy
RUN rm -rf /go/src /go/pkg