From 741b7a877fe27cba6227bc03ad907e07cfaf3a84 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Thu, 11 Apr 2024 15:33:49 -0700 Subject: [PATCH] bump cuda image base and golang versions Signed-off-by: Tariq Ibrahim --- rhel8/Dockerfile | 2 +- rhel9/Dockerfile | 2 +- ubuntu20.04/Dockerfile | 2 +- ubuntu22.04/Dockerfile | 2 +- versions.mk | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rhel8/Dockerfile b/rhel8/Dockerfile index 07e17a82..367eb71d 100644 --- a/rhel8/Dockerfile +++ b/rhel8/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-c"] RUN dnf install -y git wget -ENV GOLANG_VERSION=1.22.1 +ENV GOLANG_VERSION=1.22.2 # download appropriate binary based on the target architecture for multi-arch builds RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \ diff --git a/rhel9/Dockerfile b/rhel9/Dockerfile index ba3d084f..60768d63 100644 --- a/rhel9/Dockerfile +++ b/rhel9/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-c"] RUN dnf install -y git wget -ENV GOLANG_VERSION=1.22.1 +ENV GOLANG_VERSION=1.22.2 # download appropriate binary based on the target architecture for multi-arch builds RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \ diff --git a/ubuntu20.04/Dockerfile b/ubuntu20.04/Dockerfile index d1d75e27..11b8b6a7 100644 --- a/ubuntu20.04/Dockerfile +++ b/ubuntu20.04/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ git && \ rm -rf /var/lib/apt/lists/* -ENV GOLANG_VERSION=1.22.1 +ENV GOLANG_VERSION=1.22.2 # download appropriate binary based on the target architecture for multi-arch builds RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \ diff --git a/ubuntu22.04/Dockerfile b/ubuntu22.04/Dockerfile index a84f0476..43537f0a 100644 --- a/ubuntu22.04/Dockerfile +++ b/ubuntu22.04/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ git && \ rm -rf /var/lib/apt/lists/* -ENV GOLANG_VERSION=1.22.1 +ENV GOLANG_VERSION=1.22.2 # download appropriate binary based on the target architecture for multi-arch builds RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \ diff --git a/versions.mk b/versions.mk index 36277722..0fdeb368 100644 --- a/versions.mk +++ b/versions.mk @@ -15,4 +15,4 @@ # DRIVER_VERSIONS contains latest version in all active datacenter branches DRIVER_VERSIONS ?= 470.239.06 535.161.08 550.54.15 -CUDA_VERSION := 12.3.2 +CUDA_VERSION := 12.4.1