From 3bd4d6229e4ee71ecc218cc9b032d4f016ee4431 Mon Sep 17 00:00:00 2001 From: Alberto Espinoza Date: Mon, 30 Oct 2023 12:41:45 -0600 Subject: [PATCH] BB: use ruby:3.2.2-bookworm for server tests --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d108b95ce5..a5025bb911 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,7 +2,7 @@ definitions: steps: - step: &server-test name: Server tests - image: ruby:3.2.2-buster + image: ruby:3.2.2-bookworm script: - ./bin/install_local_test_solr.sh - ./bin/run_server_tests.sh