From 8cad7832014a3be0016fc2e84fb3dd7d4dd5c844 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:22:04 +0000 Subject: [PATCH] chore(deps): update cimg/ruby docker tag to v3.3.3 --- .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