Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

chore(deps): update cimg/ruby docker tag to v3.0.2 #21

Merged
merged 1 commit into from
Sep 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

cron:
docker:
- image: cimg/ruby:3.0.0
- image: cimg/ruby:3.0.2
environment:
# https://circleci.com/docs/2.0/faq/#how-can-i-set-the-timezone-in-docker-images
TZ: "Asia/Tokyo"
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
# cacheζ©Ÿζ§‹γ―γ‚΅γƒγƒΌγƒˆγ•γ‚Œγ¦γ„γͺγ„οΌˆζ­£γ—γ„θ¨˜θΏ°γͺら Success! にはγͺγ‚‹οΌ‰
build:
docker:
- image: cimg/ruby:3.0.0
- image: cimg/ruby:3.0.2
working_directory: ~/working_directory
steps:
- checkout
Expand Down