From 79f6690a7545ce9adef6f067f6c48cf26ceb1efa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:00:31 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- .devcontainer/Dockerfile | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e5faeda..1f59bc8 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # [Choice] bionic (18.04), focal (20.04) -ARG VARIANT="jammy" +ARG VARIANT="resolute" FROM ubuntu:${VARIANT} # Restate the variant to use it later on in the llvm and cmake installations diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57b0285..4474e8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ubuntu:22.04 +image: ubuntu:26.04 stages: - test