Skip to content

Commit

Permalink
Update Dockerfile.develop
Browse files Browse the repository at this point in the history
Signed-off-by: Modassar Rana <[email protected]>
  • Loading branch information
modassarrana89 authored Jul 15, 2024
1 parent 66b4985 commit 11c4078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ RUN true \
&& ginkgo version \
&& true

# Use setup-entest for kubebuilder to use K8s version 1.23+ for autoscaling/v2 (HPA)
# Pin envest to specific version until update to go 1.22
# Use setup-envtest for kubebuilder to use K8s version 1.23+ for autoscaling/v2 (HPA)
# Pin envtest to specific version until update to go 1.22
RUN true \
&& go install sigs.k8s.io/controller-runtime/tools/[email protected]395cfc74866 \
&& go install sigs.k8s.io/controller-runtime/tools/[email protected]395cfc7486e6 \
&& setup-envtest use 1.26 \
&& true

Expand Down

0 comments on commit 11c4078

Please sign in to comment.