From ebae3b8e8215818272453d0c604b903dd017633f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:48:31 +0000 Subject: [PATCH] Update debian Docker tag to v12 --- .../test/acceptance/docker/fixtures/SvnContainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/Dockerfile b/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/Dockerfile index e441dda33f..2201b484a3 100644 --- a/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/Dockerfile +++ b/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/SvnContainer/Dockerfile @@ -1,5 +1,5 @@ # Sets up -FROM debian:bullseye +FROM debian:bookworm # Viewvc is not part of bullseye repos anymore but oldstable https://github.com/viewvc/viewvc/issues/310 RUN echo 'deb http://security.debian.org/debian-security buster/updates main' > /etc/apt/sources.list.d/oldstable.list