summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/debian-win64-cross.docker
diff options
context:
space:
mode:
authorAlex Bennée2019-07-12 09:38:22 +0200
committerAlex Bennée2019-07-23 16:53:25 +0200
commit67bd36beda1ae5748a0511335eddaa94270dc8cf (patch)
tree3250b3ae1ce4aa0191e3e4e6e26e0cf68d36fa55 /tests/docker/dockerfiles/debian-win64-cross.docker
parenttests/migration-test: don't spam the logs when we fail (diff)
downloadqemu-67bd36beda1ae5748a0511335eddaa94270dc8cf.tar.gz
qemu-67bd36beda1ae5748a0511335eddaa94270dc8cf.tar.xz
qemu-67bd36beda1ae5748a0511335eddaa94270dc8cf.zip
tests/dockerfiles: update the win cross builds to stretch
While fixing up pkg.mxe.cc they move the URLs around a bit and dropped Jessie support in favour of Stretch. We also need to update the keys used to verify the packages. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/docker/dockerfiles/debian-win64-cross.docker')
-rw-r--r--tests/docker/dockerfiles/debian-win64-cross.docker4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docker/dockerfiles/debian-win64-cross.docker b/tests/docker/dockerfiles/debian-win64-cross.docker
index b27985b1b1..a7068ed6ac 100644
--- a/tests/docker/dockerfiles/debian-win64-cross.docker
+++ b/tests/docker/dockerfiles/debian-win64-cross.docker
@@ -1,9 +1,9 @@
#
# Docker mingw64 cross-compiler target
#
-# This docker target builds on the debian Jessie MXE base image.
+# This docker target builds on the debian Stretch MXE base image.
#
-FROM qemu:debian8-mxe
+FROM qemu:debian9-mxe
MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>