Skip to content

Commit 2f3102d

Browse files
authored
Update circleci image from deprecated circleci class to cimg (#693)
* Update circleci image from deprecated circleci class to cimg * There is no buster image in cimg class
1 parent d14e865 commit 2f3102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ orbs:
1717
references:
1818
base_container: &base_container
1919
docker:
20-
- image: circleci/ruby:2.7.1-buster
20+
- image: cimg/ruby:2.7.1
2121

2222
######################################################################################################################
2323
# Build steps

0 commit comments

Comments
 (0)