Skip to content

Commit 338f029

Browse files
committed
bump: qemu-5.2.0
Temporarily bump to Alpine edge because qemu-5.2.0 requires a more recent version of samurai (ninja replacement) with `-t query` feature. Packages samurai and perl are now explicitly required.
1 parent 8dabda1 commit 338f029

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
FROM alpine:3.12.1
1+
FROM alpine:edge
22

33
RUN apk update
44
RUN apk upgrade
55

66
# required by qemu
77
RUN apk add\
88
make\
9+
samurai\
10+
perl\
911
python3\
1012
gcc\
1113
libc-dev\

command/base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ HOST_OS=${HOST_OS_RAW,,}
77
HOST_ARCH=${HOST_ARCH_RAW,,}
88

99
QEMU_NAME="qemu"
10-
QEMU_REV="5.1.0"
10+
QEMU_REV="5.2.0"
1111

1212
# when not empty use `git clone` instead of downloading source tarball
1313
QEMU_GIT_COMMIT=""

0 commit comments

Comments
 (0)