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 715c2ce commit 6e87d44Copy full SHA for 6e87d44
tools_container/Dockerfile
@@ -65,7 +65,7 @@ RUN cargo install mdbook-fs-summary --vers ${MDBOOK_FS_SUMMARY_VERSION} --verbos
65
RUN cargo install mdbook-template --vers ${MDBOOK_TEMPLATE_VERSION} --verbose
66
RUN cargo install mdbook-theme --vers ${MDBOOK_THEME_VERSION} --verbose
67
RUN cargo install cargo-depgraph --vers ${CARGO_DEPGRAPH} --verbose
68
-RUN cargo install reffinery-cli --vers ${CARGO_REFINERY_CLI} --verbose
+RUN cargo install refinery-cli --vers ${CARGO_REFINERY_CLI} --verbose
69
70
RUN cargo install cargo-cache --no-default-features --features ci-autoclean,vendored-libgit cargo-cache
71
0 commit comments