Skip to content

Commit 9839fd3

Browse files
chore(deps): update ubuntu docker tag to v26
1 parent 3ef8ef3 commit 9839fd3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev/docker/ci/ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_VERSION=22.04
1+
ARG BASE_VERSION=26.04
22

33
#### Base Image with Node.js
44
FROM --platform=$BUILDPLATFORM ubuntu:${BASE_VERSION} AS ubuntu-nodejs

dev/docker/setup-cpp/setup-cpp-ubuntu-20.0.4-llvm.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Base Image
2-
FROM ubuntu:20.04 AS setup-cpp-ubuntu-mingw
2+
FROM ubuntu:26.04 AS setup-cpp-ubuntu-mingw
33

44
RUN apt-get update -qq && \
55
# install latest nodejs on ubuntu 20.04

dev/docker/setup-cpp/setup-cpp-ubuntu-llvm.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Base Image
2-
FROM ubuntu:22.04 AS setup-cpp-ubuntu
2+
FROM ubuntu:26.04 AS setup-cpp-ubuntu
33

44
# install latest nodejs
55
RUN apt-get update -qq && \

dev/docker/setup-cpp/setup-cpp-ubuntu-mingw.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Base Image
2-
FROM ubuntu:22.04 AS setup-cpp-ubuntu-mingw
2+
FROM ubuntu:26.04 AS setup-cpp-ubuntu-mingw
33

44
# install latest nodejs
55
RUN apt-get update -qq && \

0 commit comments

Comments
 (0)