From dd68307d2a9aceadfc2a8023c00a6e98c0f07c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:27:03 +0000 Subject: [PATCH] build(deps): bump ubuntu in /build/images/lossless-agent Bumps ubuntu from 22.04 to 25.10. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '25.10' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/images/lossless-agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/images/lossless-agent/Dockerfile b/build/images/lossless-agent/Dockerfile index c198606..ff40081 100644 --- a/build/images/lossless-agent/Dockerfile +++ b/build/images/lossless-agent/Dockerfile @@ -7,7 +7,7 @@ # The agent (1) returns the GPU's VRAM with NVIDIA cuda-checkpoint, and (2) checkpoints the container # by calling `ctr` over the containerd socket. # Design: see docs/paper/manuscript, §Implementation. -FROM ubuntu:22.04 +FROM ubuntu:25.10 ARG CUDA_CHECKPOINT_URL=https://github.com/NVIDIA/cuda-checkpoint/raw/main/bin/x86_64_Linux/cuda-checkpoint # A ctr client matching the host's containerd, taken from bin/ctr in the release tarball. Pinned to