diff --git a/.circleci/config.yml b/.circleci/config.yml index ff5f721bc..a2e37986b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ orbs: jobs: build-python: docker: - - image: cimg/ruby:4.0.3-browsers + - image: cimg/ruby:4.0.4-browsers working_directory: ~/repo steps: - checkout @@ -44,7 +44,7 @@ jobs: build: docker: - - image: cimg/ruby:4.0.3-browsers + - image: cimg/ruby:4.0.4-browsers working_directory: ~/repo steps: - checkout @@ -112,7 +112,7 @@ jobs: well-formed: docker: - - image: cimg/ruby:4.0.3-node + - image: cimg/ruby:4.0.4-node working_directory: ~/repo steps: - checkout @@ -129,7 +129,7 @@ jobs: built-in-datatypes: docker: - - image: cimg/ruby:4.0.3-node + - image: cimg/ruby:4.0.4-node working_directory: ~/repo steps: - checkout @@ -146,7 +146,7 @@ jobs: spelling: docker: - - image: cimg/ruby:4.0.3-node + - image: cimg/ruby:4.0.4-node working_directory: ~/repo steps: - checkout