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