From a730e60f58e25e3734a481a783db8279cdc286e5 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Mon, 23 Jun 2025 15:33:48 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd06b7295..5b420c951 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: docker: # a packaged system that has the instructions for creating a running container. - - image: circleci/ruby:2.7.4 + - image: cimg/ruby:2.7.4 # actions that need to be taken to perform your job steps: