Skip to content

Commit

Permalink
update cargo component
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Nov 14, 2024
1 parent d43c949 commit 0875978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu-2004-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RUN cd /root \
wasm32-wasip1 \
# Cargo tools
&& /opt/cargo/bin/cargo install \
cargo-component@0.13.2 \
cargo-component@0.15.0 \
mdbook \
mdbook-linkcheck \
mdbook-mermaid \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-2204-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN cd /root \
wasm32-wasip1 \
# Cargo tools
&& /opt/cargo/bin/cargo install \
cargo-component@0.13.2 \
cargo-component@0.15.0 \
mdbook \
mdbook-linkcheck \
mdbook-mermaid \
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-2404-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN cd /root \
wasm32-wasip1 \
# Cargo tools
&& /opt/cargo/bin/cargo install \
cargo-component@0.13.2 \
cargo-component@0.15.0 \
mdbook \
mdbook-linkcheck \
mdbook-mermaid \
Expand Down

0 comments on commit 0875978

Please sign in to comment.