File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
# John the Ripper Docker image is hosted at GitHub Packages
24
24
# https://github.com/openwall/john-packages/pkgs/container/john
25
25
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
27
27
WORKDIR /build/
28
28
COPY build.sh .
29
29
@@ -36,7 +36,7 @@ RUN ./build.sh "$TYPE" "$RELEASE_COMMIT"
36
36
# ==================================================================
37
37
# Build the final lean Docker image
38
38
# ------------------------------------------------------------------
39
- FROM nvidia/cuda:12.8.0 -base-ubuntu24.04@sha256:e778509d37d66475120929671500377524f7278478ba08131b07ef3ffcc0dce0
39
+ FROM nvidia/cuda:12.8.1 -base-ubuntu24.04@sha256:133c78a0575303be34164d0b90137a042172bdf60696af01a3c424ab402d86e2
40
40
41
41
# ==================================================================
42
42
# Runtime setup and libraries
You can’t perform that action at this time.
0 commit comments