mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
resources: Update version of Rust in dev container
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
902fe20d41
commit
c597655d06
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:20.04 as dev
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG RUST_TOOLCHAIN="1.52.1"
|
||||
ARG RUST_TOOLCHAIN="1.54.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