1
0
mirror of https://github.com/cloud-hypervisor/cloud-hypervisor.git synced 2025-03-20 07:58:55 +00:00

Dockerfile: Move to impish as base for packaged virtiofsd

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-02-17 16:49:13 +00:00
parent 36852795e4
commit 98bbfa9738

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.04 as dev
FROM ubuntu:21.10 as dev
ARG TARGETARCH
ARG RUST_TOOLCHAIN="1.58.1"