From daddd92b61f82d8713a014c7923fb86862110e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:44:17 +0000 Subject: [PATCH] build(deps): bump nvidia/base/ubuntu in /deployments/container Bumps nvidia/base/ubuntu from jammy-20251013 to jammy-20260217. --- updated-dependencies: - dependency-name: nvidia/base/ubuntu dependency-version: jammy-20260217 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index 561bb6251..d4a050113 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -19,7 +19,7 @@ ARG TOOLKIT_CONTAINER_IMAGE=unknown # Run build with binaries native to the current build platform. -FROM --platform=$BUILDPLATFORM nvcr.io/nvidia/base/ubuntu:jammy-20251013 AS build +FROM --platform=$BUILDPLATFORM nvcr.io/nvidia/base/ubuntu:jammy-20260217 AS build # Require arg to be provided (set invalid default value). ARG GOLANG_VERSION=x.x.x