tests/docker: bump the xtensa base to debian:11-slim
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 May 2023 14:20:59 +0000 (15:20 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 10 May 2023 14:58:05 +0000 (15:58 +0100)
Stretch is going out of support so things like security updates will
fail. As the toolchain itself is binary it hopefully won't mind the
underlying OS being updated.

Message-Id: <20230503091244.1450613-3-alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reported-by: Richard Henderson <richard.henderson@linaro.org>
tests/docker/dockerfiles/debian-xtensa-cross.docker

index 082b50da19540968c638c90b5b67c2fb45af18e6..72c25d63d90d22b26874d74c3adee24c5c2a3239 100644 (file)
@@ -5,7 +5,7 @@
 # using a prebuilt toolchains for Xtensa cores from:
 # https://github.com/foss-xtensa/toolchain/releases
 #
-FROM docker.io/library/debian:stretch-slim
+FROM docker.io/library/debian:11-slim
 
 RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \