From a7bad153009ab3ea763bc5d0dc21970d200a760a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:32:26 +0000 Subject: [PATCH] Bump ubuntu from 16.04 to 24.04 in /coreos Bumps ubuntu from 16.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- coreos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos/Dockerfile b/coreos/Dockerfile index 31df1a65..b578aa65 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 \