From c3af7d6b762e6ce8a531d562c9f8a6bd96f01ed4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 04:37:43 +0000 Subject: [PATCH] Update nvcr.io/nvidia/cuda Docker tag to v13.2.1 [vgpu-manager/rhel9] --- vgpu-manager/rhel9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vgpu-manager/rhel9/Dockerfile b/vgpu-manager/rhel9/Dockerfile index 15b9b5b1e..4c8c7c527 100644 --- a/vgpu-manager/rhel9/Dockerfile +++ b/vgpu-manager/rhel9/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM nvcr.io/nvidia/cuda:13.2.0-base-ubi9 +FROM nvcr.io/nvidia/cuda:13.2.1-base-ubi9 ARG DRIVER_VERSION ENV DRIVER_VERSION=$DRIVER_VERSION