From a697a5bd9fa2bec367a385706091ebc9e667746c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:28:12 +0000 Subject: [PATCH] Bump golang from 1.23.3 to 1.23.5 in /coreos Bumps golang from 1.23.3 to 1.23.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- coreos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos/Dockerfile b/coreos/Dockerfile index 0b052ef2..d9c47cb5 100644 --- a/coreos/Dockerfile +++ b/coreos/Dockerfile @@ -1,7 +1,7 @@ FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi8 as license # Build nvidia-container-runtime binary -FROM golang:1.23.3 as build-runtime +FROM golang:1.23.5 as build-runtime WORKDIR /go/src/nvidia-container-runtime COPY nvidia-container-runtime .