update qemu to v4.1.0-1

This commit is contained in:
Florian Schwab 2019-10-25 13:28:11 +02:00
parent e03b238f3a
commit 2ce5f37983
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ stages:
- release
variables:
QEMU_VERSION: v4.0.0-5
QEMU_VERSION: v4.1.0-1
before_script:
- mkdir -p /root/.docker || true

View file

@ -15,7 +15,7 @@ RUN apk --no-cache --no-progress add avahi avahi-tools
RUN sed -i 's/.*enable-dbus=.*/enable-dbus=no/' /etc/avahi/avahi-daemon.conf
# cleanup
RUN rm -f /usr/bin/qemu-*-static /app/qemu-*-static
RUN rm -f /usr/bin/qemu-*-static
# volumes
VOLUME ["/etc/avahi/services"]