Skip to content

Commit ae9d100

Browse files
committed
CIで使用するDockerイメージを最新のmdbookイメージに変更
1 parent b20a741 commit ae9d100

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)