Skip to content

Commit 4f95467

Browse files
authored
Merge pull request #491 from jgehrcke/jp/do-not-pull-from-dh
Use Ubuntu from NVCR as base image
2 parents 30583d5 + 11caf43 commit 4f95467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ARG TOOLKIT_CONTAINER_IMAGE=unknown
2121

2222
# Run build with binaries native to the current build platform.
23-
FROM --platform=$BUILDPLATFORM docker.io/debian:12 AS build
23+
FROM --platform=$BUILDPLATFORM nvcr.io/nvidia/base/ubuntu:jammy-20250619 AS build
2424

2525
# Require arg to be provided (set invalid default value).
2626
ARG GOLANG_VERSION=x.x.x

0 commit comments

Comments
 (0)