Skip to content

Commit

Permalink
dockerfiles: bump tricore cross compiler container to Debian 11
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bonzini committed Aug 28, 2023
1 parent a3d3de8 commit 87f77f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/dockerfiles/debian-tricore-cross.docker
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 87f77f5

Please sign in to comment.