Skip to content

Commit

Permalink
Use the correct CircleCI image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Dangeranger committed May 8, 2023
1 parent 7717c3d commit 345989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/ruby:3.1.4-node
- image: cimg/ruby:3.1.4-node
steps:
- checkout
# Restore bundle cache
Expand Down

0 comments on commit 345989e

Please sign in to comment.