resources: Update Rust version in container to 1.58
Update to the latest stable release. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
658658e76c
commit
ea60d48853
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:20.04 as dev
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG RUST_TOOLCHAIN="1.56.1"
|
||||
ARG RUST_TOOLCHAIN="1.58.0"
|
||||
ARG CLH_SRC_DIR="/cloud-hypervisor"
|
||||
ARG CLH_BUILD_DIR="$CLH_SRC_DIR/build"
|
||||
ARG CARGO_REGISTRY_DIR="$CLH_BUILD_DIR/cargo_registry"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue