diff --git a/dev/docker/ci/ubuntu.dockerfile b/dev/docker/ci/ubuntu.dockerfile index eb008c5b6..0c9840a68 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 39948cadf..137990c52 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 31c7c7987..f9d5e9df2 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 899d3ecea..bfe00f92a 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 && \