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