From 7a4803e73e8851f0a5b3b55b4b23a1399a07b165 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Thu, 16 Apr 2026 13:51:25 -0700 Subject: [PATCH] Update Docker image version in CI workflow --- .github/workflows/ci.cpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.cpu.yml b/.github/workflows/ci.cpu.yml index 24b3f9e9d..5d08d0a40 100644 --- a/.github/workflows/ci.cpu.yml +++ b/.github/workflows/ci.cpu.yml @@ -38,7 +38,7 @@ jobs: - { name: "CPU (gcc 14, Release, c++23)", build: "Release", tag: gcc14-cuda12.9, cxxstd: "23", cxxflags: "", } container: options: -u root - image: rapidsai/devcontainers:26.02-cpp-${{ matrix.tag }} + image: rapidsai/devcontainers:26.06-cpp-${{ matrix.tag }} permissions: id-token: write # This is required for configure-aws-credentials contents: read # This is required for actions/checkout