Skip to content

Commit f63fd9e

Browse files
committed
Pin fw2tar version to 1.1.0
1 parent 6fe4c83 commit f63fd9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ ARG LTRACE_PROTOTYPES_VERSION="0.7.91"
1616
ARG LTRACE_PROTOTYPES_HASH="9db3bdee7cf3e11c87d8cc7673d4d25b"
1717
ARG MUSL_VERSION="1.2.5"
1818
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"
19+
ARG FW2TAR_TAG="v1.1.0"
2220

2321
FROM rust as vhost_builder
2422
RUN git clone --depth 1 -q https://github.com/rust-vmm/vhost-device/ /root/vhost-device

0 commit comments

Comments
 (0)