From 8eec8dae949dbd309667a6de8abdd938b9f9efdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:26:36 +0000 Subject: [PATCH] chore(deps): 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 \