We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1405d1 commit 2502ba6Copy full SHA for 2502ba6
1 file changed
hack/build/docker/builder/Dockerfile
@@ -47,7 +47,7 @@ RUN \
47
go install mvdan.cc/sh/cmd/shfmt@latest && \
48
go install github.com/mattn/goveralls@latest && \
49
go install github.com/rmohr/go-swagger-utils/swagger-doc@latest && \
50
- go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 && \
+ go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.17.2 && \
51
rm -rf "${GOPATH}/pkg"
52
53
ENV BAZEL_VERSION=5.4.1
0 commit comments