Skip to content

Commit ada5924

Browse files
authored
Merge pull request #202 from tatsuya6502/update-circleci-image
CIで使用するDockerイメージを最新の`mdbook`イメージに変更する
2 parents b20a741 + ae9d100 commit ada5924

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
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: quay.io/rust-lang-ja/circleci:mdbook-0.4.8-rust-1.49.0
6+
- image: quay.io/rust-lang-ja/circleci:mdbook
77
parallelism: 1
88
steps:
99
- checkout

0 commit comments

Comments
 (0)