diff --git a/deploy/docker/Dockerfile b/deploy/docker/Dockerfile index 97efe779..dfc7f660 100644 --- a/deploy/docker/Dockerfile +++ b/deploy/docker/Dockerfile @@ -23,7 +23,7 @@ # John the Ripper Docker image is hosted at GitHub Packages # https://github.com/openwall/john-packages/pkgs/container/john -FROM nvidia/cuda:12.8.1-base-ubuntu24.04@sha256:133c78a0575303be34164d0b90137a042172bdf60696af01a3c424ab402d86e2 AS build +FROM nvidia/cuda:13.0.0-base-ubuntu24.04@sha256:6e43a6b02e5f16e4a715953be8b29c40acbe84aed11a61357ef0fc899967fbd9 AS build WORKDIR /build/ COPY build.sh . @@ -36,7 +36,7 @@ RUN ./build.sh "$TYPE" "$RELEASE_COMMIT" # ================================================================== # Build the final lean Docker image # ------------------------------------------------------------------ -FROM nvidia/cuda:12.8.1-base-ubuntu24.04@sha256:133c78a0575303be34164d0b90137a042172bdf60696af01a3c424ab402d86e2 +FROM nvidia/cuda:13.0.0-base-ubuntu24.04@sha256:6e43a6b02e5f16e4a715953be8b29c40acbe84aed11a61357ef0fc899967fbd9 # ================================================================== # Runtime setup and libraries