From 40312c3a85ef147fdf240f4edb9d82cca1f7f836 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 5 Feb 2024 12:05:43 -0800 Subject: [PATCH] Update docker image --- .buildkite/scripts/lifecycle/pre_command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/lifecycle/pre_command.sh b/.buildkite/scripts/lifecycle/pre_command.sh index ffaac1b0f88..32d8159e73b 100644 --- a/.buildkite/scripts/lifecycle/pre_command.sh +++ b/.buildkite/scripts/lifecycle/pre_command.sh @@ -17,7 +17,7 @@ export GCE_ACCOUNT GITHUB_TOKEN=$(retry 5 vault read -field=github_token $GITHUB_ACCOUNT) export GITHUB_TOKEN -DOCKER_BASE_IMAGE=docker.elastic.co/eui/ci:6.1 +DOCKER_BASE_IMAGE=docker.elastic.co/eui/ci:6.2 export DOCKER_BASE_IMAGE GCE_IMAGE=google/cloud-sdk:slim