mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
resources: Use Rust 1.49.0 in container
This is the latest stable version. Fixes: #2092 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
fa5b5fd602
commit
a59b361058
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:18.04 as dev
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG RUST_TOOLCHAIN="1.46.0"
|
||||
ARG RUST_TOOLCHAIN="1.49.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…
Reference in New Issue
Block a user