Skip to content

Commit 97a12b1

Browse files
build(deps): Bump nvidia/cuda in /deploy/docker
Bumps nvidia/cuda from 12.8.0-base-ubuntu24.04 to 12.8.1-base-ubuntu24.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6dbe7d6 commit 97a12b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# John the Ripper Docker image is hosted at GitHub Packages
2424
# https://github.com/openwall/john-packages/pkgs/container/john
2525

26-
FROM nvidia/cuda:12.8.0-base-ubuntu24.04@sha256:e778509d37d66475120929671500377524f7278478ba08131b07ef3ffcc0dce0 AS build
26+
FROM nvidia/cuda:12.8.1-base-ubuntu24.04@sha256:133c78a0575303be34164d0b90137a042172bdf60696af01a3c424ab402d86e2 AS build
2727
WORKDIR /build/
2828
COPY build.sh .
2929

@@ -36,7 +36,7 @@ RUN ./build.sh "$TYPE" "$RELEASE_COMMIT"
3636
# ==================================================================
3737
# Build the final lean Docker image
3838
# ------------------------------------------------------------------
39-
FROM nvidia/cuda:12.8.0-base-ubuntu24.04@sha256:e778509d37d66475120929671500377524f7278478ba08131b07ef3ffcc0dce0
39+
FROM nvidia/cuda:12.8.1-base-ubuntu24.04@sha256:133c78a0575303be34164d0b90137a042172bdf60696af01a3c424ab402d86e2
4040

4141
# ==================================================================
4242
# Runtime setup and libraries

0 commit comments

Comments
 (0)