Skip to content

Commit

Permalink
bump cuda-base-image and golang versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Feb 9, 2024
1 parent 0dd297a commit 30bbe56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployments/gpu-operator/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yum install -y \
&& \
rm -rf /var/cache/yum/*

ARG GOLANG_VERSION=1.20.4
ARG GOLANG_VERSION=1.20.5
RUN set -eux; \
\
arch="$(uname -m)"; \
Expand Down
2 changes: 1 addition & 1 deletion deployments/gpu-operator/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update && \
&& \
rm -rf /var/lib/apt/lists/*

ARG GOLANG_VERSION=1.20.4
ARG GOLANG_VERSION=1.20.5
RUN set -eux; \
\
arch="$(uname -m)"; \
Expand Down
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ VERSION ?= v0.5.5

vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 12.2.2
GOLANG_VERSION := 1.20.4
CUDA_VERSION := 12.3.1
GOLANG_VERSION := 1.20.5

BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)
BUILDIMAGE ?= ghcr.io/nvidia/k8s-test-infra:$(BUILDIMAGE_TAG)
Expand Down

0 comments on commit 30bbe56

Please sign in to comment.