Commit c9383be7 authored by Erik Wilson's avatar Erik Wilson

Update sonobuoy version

parent c14ffd3c
...@@ -2,7 +2,7 @@ FROM golang:1.12.1-alpine3.9 ...@@ -2,7 +2,7 @@ FROM golang:1.12.1-alpine3.9
RUN apk -U --no-cache add bash git docker curl jq coreutils RUN apk -U --no-cache add bash git docker curl jq coreutils
RUN go get -d github.com/heptio/sonobuoy && \ 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 go install github.com/heptio/sonobuoy
RUN rm -rf /go/src /go/pkg RUN rm -rf /go/src /go/pkg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment