From 4292781daa189fe33c3c2b23ad44b58e62a0bdee Mon Sep 17 00:00:00 2001 From: Stan Hu <stanhu@gmail.com> Date: Wed, 7 Feb 2024 22:43:06 -0800 Subject: [PATCH] Update CI to use Debian bookworm Cloud Native GitLab already ships with Debian bookworm, so we should update this too. This is also needed to reduce the number of build images we produce. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a73ae9b18b8a..d618fa54ae2be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,7 +181,7 @@ variables: GET_SOURCES_ATTEMPTS: "3" # CI_FETCH_REPO_GIT_STRATEGY: "none" is from artifacts. "clone" is from cloning CI_FETCH_REPO_GIT_STRATEGY: "none" - DEBIAN_VERSION: "bullseye" + DEBIAN_VERSION: "bookworm" UBI_VERSION: "8.6" CHROME_VERSION: "120" DOCKER_VERSION: "24.0.5" -- GitLab