Skip to content

Commit

Permalink
Bump nvidia/cuda in /deployments/container
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 12.6.2-base-ubi9 to 12.6.3-base-ubi9.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 2195b29 commit 645f6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG GOLANG_VERSION=x.x.x
ARG VERSION="N/A"

FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9 as build
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 as build

RUN yum install -y wget make git gcc

Expand Down Expand Up @@ -43,7 +43,7 @@ ARG VERSION="N/A"
ARG GIT_COMMIT="unknown"
RUN make PREFIX=/artifacts cmds

FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9

COPY --from=build /artifacts/k8s-kata-manager /usr/bin/k8s-kata-manager

Expand Down

0 comments on commit 645f6ce

Please sign in to comment.