From: Alex Bennée Date: Tue, 28 Feb 2023 19:06:43 +0000 (+0000) Subject: tests/dockerfiles: unify debian-toolchain references X-Git-Tag: v8.0.0-rc0~37^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=483c3b17ae720dbe47a1eed3f031e983c6b9b19e;p=thirdparty%2Fqemu.git tests/dockerfiles: unify debian-toolchain references We use the debian release number elsewhere so fix it for consistency along with the broken comment. Signed-off-by: Alex Bennée Reviewed-by: Daniel P. Berrangé Message-Id: <20230228190653.1602033-15-alex.bennee@linaro.org> --- diff --git a/tests/docker/dockerfiles/debian-toolchain.docker b/tests/docker/dockerfiles/debian-toolchain.docker index 6c73408b345..dc9545857fc 100644 --- a/tests/docker/dockerfiles/debian-toolchain.docker +++ b/tests/docker/dockerfiles/debian-toolchain.docker @@ -30,7 +30,7 @@ ADD build-toolchain.sh /root/build-toolchain.sh RUN cd /root && ./build-toolchain.sh # Throw away the extra toolchain build deps, the downloaded source, -# and the build trees by restoring the original debian10 image, +# and the build trees by restoring the original image, # then copying the built toolchain from stage 0. -FROM docker.io/library/debian:bullseye-slim +FROM docker.io/library/debian:11-slim COPY --from=0 /usr/local /usr/local