Skip to content

Commit 91eb504

Browse files
committed
fix: update setup-envtest version in Dockerfile
Signed-off-by: Priyansh Choudhary <im1706@gmail.com>
1 parent 5d59b54 commit 91eb504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV GOPROXY=${GOPROXY}
2222

2323
# kubebuilder test bundle is separated from kubebuilder. Need to setup it for CI test.
2424
# Using setup-envtest to download envtest binaries
25-
RUN go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20260305094418-8122a6266696 && \
25+
RUN go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20250512082854-54b916c903db && \
2626
mkdir -p /usr/local/kubebuilder/bin && \
2727
ENVTEST_ASSETS_DIR=$(setup-envtest use 1.33.0 --bin-dir /usr/local/kubebuilder/bin -p path) && \
2828
cp -r ${ENVTEST_ASSETS_DIR}/* /usr/local/kubebuilder/bin/

0 commit comments

Comments
 (0)