From 9839fd3b062a481811317061ba974faea0a5ac60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 17:38:27 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- dev/docker/ci/ubuntu.dockerfile | 2 +- dev/docker/setup-cpp/setup-cpp-ubuntu-20.0.4-llvm.dockerfile | 2 +- dev/docker/setup-cpp/setup-cpp-ubuntu-llvm.dockerfile | 2 +- dev/docker/setup-cpp/setup-cpp-ubuntu-mingw.dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/docker/ci/ubuntu.dockerfile b/dev/docker/ci/ubuntu.dockerfile index eb008c5b..0c9840a6 100644 --- a/dev/docker/ci/ubuntu.dockerfile +++ b/dev/docker/ci/ubuntu.dockerfile @@ -1,4 +1,4 @@ -ARG BASE_VERSION=22.04 +ARG BASE_VERSION=26.04 #### Base Image with Node.js FROM --platform=$BUILDPLATFORM ubuntu:${BASE_VERSION} AS ubuntu-nodejs diff --git a/dev/docker/setup-cpp/setup-cpp-ubuntu-20.0.4-llvm.dockerfile b/dev/docker/setup-cpp/setup-cpp-ubuntu-20.0.4-llvm.dockerfile index 39948cad..137990c5 100644 --- a/dev/docker/setup-cpp/setup-cpp-ubuntu-20.0.4-llvm.dockerfile +++ b/dev/docker/setup-cpp/setup-cpp-ubuntu-20.0.4-llvm.dockerfile @@ -1,5 +1,5 @@ #### Base Image -FROM ubuntu:20.04 AS setup-cpp-ubuntu-mingw +FROM ubuntu:26.04 AS setup-cpp-ubuntu-mingw RUN apt-get update -qq && \ # install latest nodejs on ubuntu 20.04 diff --git a/dev/docker/setup-cpp/setup-cpp-ubuntu-llvm.dockerfile b/dev/docker/setup-cpp/setup-cpp-ubuntu-llvm.dockerfile index 31c7c798..f9d5e9df 100644 --- a/dev/docker/setup-cpp/setup-cpp-ubuntu-llvm.dockerfile +++ b/dev/docker/setup-cpp/setup-cpp-ubuntu-llvm.dockerfile @@ -1,5 +1,5 @@ #### Base Image -FROM ubuntu:22.04 AS setup-cpp-ubuntu +FROM ubuntu:26.04 AS setup-cpp-ubuntu # install latest nodejs RUN apt-get update -qq && \ diff --git a/dev/docker/setup-cpp/setup-cpp-ubuntu-mingw.dockerfile b/dev/docker/setup-cpp/setup-cpp-ubuntu-mingw.dockerfile index 899d3ece..bfe00f92 100644 --- a/dev/docker/setup-cpp/setup-cpp-ubuntu-mingw.dockerfile +++ b/dev/docker/setup-cpp/setup-cpp-ubuntu-mingw.dockerfile @@ -1,5 +1,5 @@ #### Base Image -FROM ubuntu:22.04 AS setup-cpp-ubuntu-mingw +FROM ubuntu:26.04 AS setup-cpp-ubuntu-mingw # install latest nodejs RUN apt-get update -qq && \