Skip to content

Commit cffec20

Browse files
chore(deps): update cimg/ruby docker tag to v4.0.4 (#3437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Base <MaxBaseCode@Gmail.Com>
1 parent ed0868b commit cffec20

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.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:4.0.3-browsers
12+
- image: cimg/ruby:4.0.4-browsers
1313
working_directory: ~/repo
1414
steps:
1515
- checkout
@@ -44,7 +44,7 @@ jobs:
4444
4545
build:
4646
docker:
47-
- image: cimg/ruby:4.0.3-browsers
47+
- image: cimg/ruby:4.0.4-browsers
4848
working_directory: ~/repo
4949
steps:
5050
- checkout
@@ -112,7 +112,7 @@ jobs:
112112
113113
well-formed:
114114
docker:
115-
- image: cimg/ruby:4.0.3-node
115+
- image: cimg/ruby:4.0.4-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:4.0.3-node
132+
- image: cimg/ruby:4.0.4-node
133133
working_directory: ~/repo
134134
steps:
135135
- checkout
@@ -146,7 +146,7 @@ jobs:
146146
147147
spelling:
148148
docker:
149-
- image: cimg/ruby:4.0.3-node
149+
- image: cimg/ruby:4.0.4-node
150150
working_directory: ~/repo
151151
steps:
152152
- checkout

0 commit comments

Comments
 (0)