From c9383be78f762a34dce76e2181750055eb2b52d3 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Mon, 1 Jul 2019 14:03:11 -0700 Subject: [PATCH] Update sonobuoy version --- Dockerfile.sonobuoy.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.sonobuoy.dapper b/Dockerfile.sonobuoy.dapper index 73ab8ae289..ed301901e4 100644 --- a/Dockerfile.sonobuoy.dapper +++ b/Dockerfile.sonobuoy.dapper @@ -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