From 063832e12c5506d49ec99f43102792abf2ebf143 Mon Sep 17 00:00:00 2001 From: Ashique Saidalavi Date: Tue, 2 Apr 2024 12:26:17 +0530 Subject: [PATCH] Updated the ruby image to overcome the thread error Signed-off-by: Ashique Saidalavi --- .expeditor/verify.pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 79b70f587..f8a34997c 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -14,7 +14,7 @@ steps: expeditor: executor: docker: - image: ruby:3.1 + image: ruby:3.1-bullseye # This tests that our verify.rb script (and dependencies) can successfully test components included in CW - label: component-test-tests-ruby-3.1 command: @@ -22,7 +22,7 @@ steps: expeditor: executor: docker: - image: ruby:3.1 + image: ruby:3.1-bullseye - label: ":linux: :darwin: :windows: top-level chef cmd" commands: - cd components/main-chef-wrapper