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.5.0 -base-ubuntu22.04@sha256:a89cae4e5e208e62bb188851fa881be73967128e2e5b49b6846b9a2859cb6b82 AS build
26
+ FROM nvidia/cuda:12.5.1 -base-ubuntu22.04@sha256:47181750209e68cab2e36c3e0e8ab0ab8d76bdabbb418e56e4b0ac7b08b97d34 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.5.0 -base-ubuntu22.04@sha256:a89cae4e5e208e62bb188851fa881be73967128e2e5b49b6846b9a2859cb6b82
39
+ FROM nvidia/cuda:12.5.1 -base-ubuntu22.04@sha256:47181750209e68cab2e36c3e0e8ab0ab8d76bdabbb418e56e4b0ac7b08b97d34
40
40
41
41
# ==================================================================
42
42
# Runtime setup and libraries
You can’t perform that action at this time.
0 commit comments