From dc1c63018453bcf087909aff0eabae5e22530aee Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Thu, 12 Sep 2024 22:45:38 +0200 Subject: [PATCH] Set the image version to 3.3.4 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 064c38e9..d0055f31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: test: docker: - - image: cimg/ruby:3.3 + - image: cimg/ruby:3.3.4 environment: RAILS_ENV: test - image: cimg/postgres:13.3