From b37accd5f0b2325308fcd407be598c3e9be1672e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:57:41 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- .github/workflows/ci.yml | 12 ++++++------ Dockerfile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ebe1f3..9a6bece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: bazel-ubuntu: name: bazel ubuntu amd64 runs-on: ubuntu-latest - container: ubuntu:24.04 + container: ubuntu:26.04 steps: - name: setup run: | @@ -220,7 +220,7 @@ jobs: bazel-ubuntu-arm64: name: bazel ubuntu arm64 runs-on: ubuntu-24.04-arm - container: ubuntu:24.04 + container: ubuntu:26.04 steps: - name: setup run: | @@ -476,7 +476,7 @@ jobs: cmake-ubuntu: name: cmake ubuntu amd64 runs-on: ubuntu-latest - container: ubuntu:24.04 + container: ubuntu:26.04 steps: - name: setup run: | @@ -521,7 +521,7 @@ jobs: cmake-ubuntu-arm64: name: cmake ubuntu arm64 runs-on: ubuntu-24.04-arm - container: ubuntu:24.04 + container: ubuntu:26.04 steps: - name: setup run: | @@ -768,7 +768,7 @@ jobs: gradle-ubuntu: name: gradle ubuntu amd64 runs-on: ubuntu-latest - container: ubuntu:24.04 + container: ubuntu:26.04 steps: - name: setup run: | @@ -803,7 +803,7 @@ jobs: gradle-ubuntu-arm64: name: gradle ubuntu arm64 runs-on: ubuntu-24.04-arm - container: ubuntu:24.04 + container: ubuntu:26.04 steps: - name: setup run: | diff --git a/Dockerfile b/Dockerfile index 6e786d0..5e30c8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ # # -FROM ubuntu:24.04 +FROM ubuntu:26.04 ARG TARGETARCH LABEL org.opencontainers.image.authors="Jur van den Berg, Stephen J. Guy, Jamie Snape, Ming C. Lin, Dinesh Manocha" LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04"