Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration-tests/container/benchmark/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 && \
Expand Down
Loading