From db0364ef872da499370e8c5377cb70e0c680a2a0 Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Sat, 15 Mar 2025 11:01:11 -0400 Subject: [PATCH] Update DEBIAN_STABLE to bookworm in CI tests --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb777f9..154b67c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,8 @@ stages: variables: DEBIAN_FRONTEND: noninteractive - DEBIAN_OLD_STABLE: buster - DEBIAN_STABLE: bullseye + DEBIAN_OLD_STABLE: bullseye + DEBIAN_STABLE: bookworm REPRODUCIBLE_FLAGS: -trimpath -ldflags=-buildid= # Don't fail pulling images if dependency_proxy.yml is not included DOCKER_REGISTRY_URL: "docker.io" @@ -102,7 +102,7 @@ variables: # -- jobs ------------------------------------------------------------ android: - image: ${DOCKER_REGISTRY_URL}/golang:1.23-$DEBIAN_STABLE + image: ${DOCKER_REGISTRY_URL}/golang:1.23-$DEBIAN_OLD_STABLE variables: ANDROID_HOME: /usr/lib/android-sdk LANG: C.UTF-8