From 31bfcc7015b7a4fcc701134ced078528f12b193d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 22:36:02 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 [coreos] --- coreos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos/Dockerfile b/coreos/Dockerfile index 6095ad1f0..6daac77f9 100644 --- a/coreos/Dockerfile +++ b/coreos/Dockerfile @@ -8,7 +8,7 @@ COPY nvidia-container-runtime . RUN go install -v nvidia-container-runtime # Build driver image -FROM ubuntu:16.04 +FROM ubuntu:24.04 RUN dpkg --add-architecture i386 && \ apt-get update && apt-get install -y --no-install-recommends \