We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885f415 commit a604ad7Copy full SHA for a604ad7
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