From 849634dbfc63e91ee9c86e7699afc02cd3974816 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 20 Feb 2024 13:40:59 -0800 Subject: [PATCH] Docker CI image update --- .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 32d8159e73b..78f560d3a4d 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.2 +DOCKER_BASE_IMAGE=docker.elastic.co/eui/ci:6.3 export DOCKER_BASE_IMAGE GCE_IMAGE=google/cloud-sdk:slim