Skip to content

Commit

Permalink
Update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJo committed Apr 12, 2022
1 parent 54aa96a commit 0c2415e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

build:
docker:
- image: circleci/ruby:2.4
- image: cimg/ruby:2.7
working_directory: ~/green-button-data
steps:
- checkout
Expand All @@ -34,7 +34,7 @@ jobs:

publish:
docker:
- image: circleci/ruby:2.4
- image: cimg/ruby:2.7
working_directory: ~/green-button-data
steps:
- attach_workspace:
Expand Down

0 comments on commit 0c2415e

Please sign in to comment.