From a9b5381477b017b166764c3580d4ad53b0e12aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:44:56 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /integration-tests/container/benchmark Bumps ubuntu from 20.04 to 25.10. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '25.10' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integration-tests/container/benchmark/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/container/benchmark/Dockerfile b/integration-tests/container/benchmark/Dockerfile index 5c8f28d1cc..2738e0207f 100644 --- a/integration-tests/container/benchmark/Dockerfile +++ b/integration-tests/container/benchmark/Dockerfile @@ -1,6 +1,6 @@ # Based on https://github.com/phoronix-test-suite/phoronix-test-suite/blob/1fc8fbe76e256a6d438b05f6b8f04edd9f35c5e4/deploy/docker/ubuntu-pts-docker-build.sh -FROM ubuntu:20.04 as base +FROM ubuntu:25.10 as base ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y php-cli php-xml php-zip git @@ -12,7 +12,7 @@ RUN git checkout v10.8.4 && \ ./phoronix-test-suite make-openbenchmarking-cache lean RUN rm -f /var/lib/phoronix-test-suite/core.pt2so -FROM ubuntu:20.04 +FROM ubuntu:25.10 ENV DEBIAN_FRONTEND=noninteractive RUN apt update && \