Skip to content

Commit faa0284

Browse files
authored
use latest rust toolchain in docker (#229)
fixes #225
1 parent 32f942e commit faa0284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
1111
&& rm -rf /var/lib/apt/lists/*
1212

1313
# 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
14+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.62.0 -y
1515
ENV PATH=/root/.cargo/bin:$PATH
1616
RUN cargo install cargo-ament-build
1717

0 commit comments

Comments
 (0)