We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1977281 commit 708f846Copy full SHA for 708f846
.circleci/config.yml
@@ -4,8 +4,8 @@ jobs:
4
build:
5
docker:
6
# For the information about software versions in the image, see the following page:
7
- # https://github.com/rust-lang-ja/circleci-images/wiki/Docker%E3%82%A4%E3%83%A1%E3%83%BC%E3%82%B8%EF%BC%9ARust-by-Example
8
- - image: quay.io/rust-lang-ja/circleci:rbe-mdbook-0.4.5
+ # https://github.com/rust-lang-ja/circleci-images/wiki/Docker%E3%82%A4%E3%83%A1%E3%83%BC%E3%82%B8%EF%BC%9AmdBook
+ - image: quay.io/rust-lang-ja/circleci:mdbook-0.4.14-rust-1.57.0
9
parallelism: 1
10
steps:
11
- checkout
0 commit comments