Skip to content

Commit d987c7f

Browse files
Bump ubuntu in /integration-tests/container/benchmark
Bumps ubuntu from 20.04 to 22.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac23094 commit d987c7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/container/benchmark/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Based on https://github.com/phoronix-test-suite/phoronix-test-suite/blob/1fc8fbe76e256a6d438b05f6b8f04edd9f35c5e4/deploy/docker/ubuntu-pts-docker-build.sh
22

3-
FROM ubuntu:20.04 as base
3+
FROM ubuntu:22.04 as base
44

55
ENV DEBIAN_FRONTEND=noninteractive
66
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 && \
1212
./phoronix-test-suite make-openbenchmarking-cache lean
1313
RUN rm -f /var/lib/phoronix-test-suite/core.pt2so
1414

15-
FROM ubuntu:20.04
15+
FROM ubuntu:22.04
1616

1717
ENV DEBIAN_FRONTEND=noninteractive
1818
RUN apt update && \

0 commit comments

Comments
 (0)