Skip to content

Commit c270bee

Browse files
chore(deps): update cimg/ruby docker tag to v4
1 parent 057964e commit c270bee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ orbs:
99
jobs:
1010
build-python:
1111
docker:
12-
- image: cimg/ruby:3.4.8-browsers
12+
- image: cimg/ruby:4.0.0-browsers
1313
working_directory: ~/repo
1414
steps:
1515
- checkout
@@ -44,7 +44,7 @@ jobs:
4444
4545
build:
4646
docker:
47-
- image: cimg/ruby:3.4.8-browsers
47+
- image: cimg/ruby:4.0.0-browsers
4848
working_directory: ~/repo
4949
steps:
5050
- checkout
@@ -112,7 +112,7 @@ jobs:
112112
113113
well-formed:
114114
docker:
115-
- image: cimg/ruby:3.4.8-node
115+
- image: cimg/ruby:4.0.0-node
116116
working_directory: ~/repo
117117
steps:
118118
- checkout
@@ -129,7 +129,7 @@ jobs:
129129
130130
built-in-datatypes:
131131
docker:
132-
- image: cimg/ruby:3.4.8-node
132+
- image: cimg/ruby:4.0.0-node
133133
working_directory: ~/repo
134134
steps:
135135
- checkout
@@ -146,7 +146,7 @@ jobs:
146146
147147
spelling:
148148
docker:
149-
- image: cimg/ruby:3.4.8-node
149+
- image: cimg/ruby:4.0.0-node
150150
working_directory: ~/repo
151151
steps:
152152
- checkout

0 commit comments

Comments
 (0)