From 1ce77f3c7c8711f886dd8670eb1fc1413589ccd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:34:17 +1000 Subject: [PATCH] chore(deps): update cimg/ruby docker tag to v3.3.3 (#2637) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 134571058..57c2170bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ orbs: jobs: build-python: docker: - - image: cimg/ruby:3.3.0-browsers + - image: cimg/ruby:3.3.3-browsers working_directory: ~/repo steps: - checkout @@ -44,7 +44,7 @@ jobs: build: docker: - - image: cimg/ruby:3.3.0-browsers + - image: cimg/ruby:3.3.3-browsers working_directory: ~/repo steps: - checkout @@ -112,7 +112,7 @@ jobs: well-formed: docker: - - image: cimg/ruby:3.3.0-node + - image: cimg/ruby:3.3.3-node working_directory: ~/repo steps: - checkout @@ -129,7 +129,7 @@ jobs: built-in-datatypes: docker: - - image: cimg/ruby:3.3.0-node + - image: cimg/ruby:3.3.3-node working_directory: ~/repo steps: - checkout @@ -146,7 +146,7 @@ jobs: spelling: docker: - - image: cimg/ruby:3.3.0-node + - image: cimg/ruby:3.3.3-node working_directory: ~/repo steps: - checkout