Skip to content

Commit

Permalink
chore(deps): update cimg/ruby docker tag to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent ca849d5 commit 7ac63a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ orbs:
jobs:
build-python:
docker:
- image: cimg/ruby:3.3.0-browsers
- image: cimg/ruby:3.3.2-browsers
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
build:
docker:
- image: cimg/ruby:3.3.0-browsers
- image: cimg/ruby:3.3.2-browsers
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
well-formed:
docker:
- image: cimg/ruby:3.3.0-node
- image: cimg/ruby:3.3.2-node
working_directory: ~/repo
steps:
- checkout
Expand All @@ -129,7 +129,7 @@ jobs:
built-in-datatypes:
docker:
- image: cimg/ruby:3.3.0-node
- image: cimg/ruby:3.3.2-node
working_directory: ~/repo
steps:
- checkout
Expand All @@ -146,7 +146,7 @@ jobs:
spelling:
docker:
- image: cimg/ruby:3.3.0-node
- image: cimg/ruby:3.3.2-node
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 7ac63a2

Please sign in to comment.