From e5919fb2eeca5344c2d013c519a2322b4e5b1c27 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 2 Jul 2024 11:40:24 -0700 Subject: [PATCH] bump bootstrap to pickup ipv6 changes --- images/kubekins-e2e/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/kubekins-e2e/Dockerfile b/images/kubekins-e2e/Dockerfile index 1425fa4125e6..4fd45e2d4a92 100644 --- a/images/kubekins-e2e/Dockerfile +++ b/images/kubekins-e2e/Dockerfile @@ -17,7 +17,7 @@ ARG OLD_BAZEL_VERSION FROM launcher.gcr.io/google/bazel:${OLD_BAZEL_VERSION} as old -FROM gcr.io/k8s-staging-test-infra/bootstrap:v20240627-6dd397d329 +FROM gcr.io/k8s-staging-test-infra/bootstrap:v20240702-c547b1533e # hint to kubetest that it is in CI ENV KUBETEST_IN_DOCKER="true"