From c4c3d50a93c6fa41e16939270b2a335365068b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:37:30 +0000 Subject: [PATCH] Bump golang from 1.23.2 to 1.23.3 in /coreos Bumps golang from 1.23.2 to 1.23.3. --- 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 b6a7b964..0b052ef2 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.2 as build-runtime +FROM golang:1.23.3 as build-runtime WORKDIR /go/src/nvidia-container-runtime COPY nvidia-container-runtime .