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 217f42c commit d3e02b7Copy full SHA for d3e02b7
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
&& rm -rf /var/lib/apt/lists/*
13
14
# Install Rust and the cargo-ament-build plugin
15
-RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.74.0 -y
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.75.0 -y
16
ENV PATH=/root/.cargo/bin:$PATH
17
RUN cargo install cargo-ament-build
18
0 commit comments