From 0dbedf552ca8019256c181f7940ec5374a49d7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:45:09 +0000 Subject: [PATCH] chore(deps): bump ubuntu in /integration-tests/container/benchmark Bumps ubuntu from 20.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' 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..25ed619b54 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:26.04 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:26.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt update && \