We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e6a2a commit 3b244b8Copy full SHA for 3b244b8
Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \
13
libpcsclite-dev libdbus-1-dev
14
15
# Install Rust
16
-ENV RUST_VERSION=1.81.0
+ENV RUST_VERSION=1.90.0
17
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
18
. "$HOME/.cargo/env" && \
19
rustup install ${RUST_VERSION} && rustup default ${RUST_VERSION} && \
0 commit comments