Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Bump to QEMU 4.2.0 #24

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions binfmt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian@sha256:2f04d3d33b6027bb74ecc81397abe780649ec89f1a2af18d7022737d0482cefe AS qemu
ARG VERSION=v4.1.0
ARG VERSION=v4.2.0
RUN apt-get update && \
apt-get install -y \
build-essential \
Expand All @@ -10,7 +10,7 @@ RUN apt-get update && \
pkg-config \
python

RUN git clone -b moby/$VERSION https://github.com/moby/qemu && \
RUN git clone -b $VERSION https://github.com/qemu/qemu && \
cd qemu && scripts/git-submodule.sh update \
ui/keycodemapdb \
tests/fp/berkeley-testfloat-3 \
Expand Down