aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-08-08 16:02:57 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-08-28 09:55:05 +0200
commit87f77f58d897314f0726374ce8f9cdf44ccd9c5b (patch)
treed25ac052de15844091403b595627675550f14129 /tests
parenta3d3de8e1d4aff1343066e351020de9a6294c102 (diff)
downloadqemu-87f77f58d897314f0726374ce8f9cdf44ccd9c5b.zip
qemu-87f77f58d897314f0726374ce8f9cdf44ccd9c5b.tar.gz
qemu-87f77f58d897314f0726374ce8f9cdf44ccd9c5b.tar.bz2
dockerfiles: bump tricore cross compiler container to Debian 11
With the release of version 12 on June 10, 2023, Debian 10 is not supported anymore. Modify the cross compiler container to build on a newer version. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/docker/dockerfiles/debian-tricore-cross.docker2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker b/tests/docker/dockerfiles/debian-tricore-cross.docker
index 269bfa8..5bd1963 100644
--- a/tests/docker/dockerfiles/debian-tricore-cross.docker
+++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
@@ -9,7 +9,7 @@
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
-FROM docker.io/library/debian:buster-slim
+FROM docker.io/library/debian:11-slim
MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>