diff --git a/dev/docker/onedal-dev.Dockerfile b/dev/docker/onedal-dev.Dockerfile index bf647312a33..12cdb536f3d 100644 --- a/dev/docker/onedal-dev.Dockerfile +++ b/dev/docker/onedal-dev.Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. #=============================================================================== -FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 +FROM ubuntu:24.04@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c ARG workdirectory="/sources/oneDAL" WORKDIR ${workdirectory} @@ -33,7 +33,7 @@ RUN wget --quiet \ ENV PATH=$CONDA_DIR/bin:$PATH # Installing environment for bazel -RUN wget https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-amd64 && \ +RUN wget https://github.com/bazelbuild/bazelisk/releases/download/v1.28.1/bazelisk-linux-amd64 && \ chmod 755 bazelisk-linux-amd64 && \ mv bazelisk-linux-amd64 /usr/bin/bazel