We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe4c83 commit f63fd9eCopy full SHA for f63fd9e
Dockerfile
@@ -16,9 +16,7 @@ ARG LTRACE_PROTOTYPES_VERSION="0.7.91"
16
ARG LTRACE_PROTOTYPES_HASH="9db3bdee7cf3e11c87d8cc7673d4d25b"
17
ARG MUSL_VERSION="1.2.5"
18
ARG VHOST_DEVICE_VERSION="vhost-device-vsock-v0.2.0"
19
-
20
-# XXX: change this to be vX.X.X before merging to pin to a specific commit
21
-ARG FW2TAR_TAG="auto-fakeroot"
+ARG FW2TAR_TAG="v1.1.0"
22
23
FROM rust as vhost_builder
24
RUN git clone --depth 1 -q https://github.com/rust-vmm/vhost-device/ /root/vhost-device
0 commit comments