This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push: new a723a2d fix: Updated the rust version in the Dockerfile to allow installation of svgbob. a723a2d is described below commit a723a2d173d8983be12da3f9f359ce6b61576cc1 Author: Christofer Dutz <christofer.d...@c-ware.de> AuthorDate: Sat Aug 2 17:27:02 2025 +0200 fix: Updated the rust version in the Dockerfile to allow installation of svgbob. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95f8d06..dd577a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN apt update -y RUN apt install -y git graphviz wget bzip2 python3 python3-pip imagemagick curl protobuf-compiler mc # Install the version 1.76.0 of the Rust toolchain -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.76.0 +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.88.0 ENV PATH="/root/.cargo/bin:$PATH" # Install svgbob RUN cargo install svgbob_cli