Skip to content

Commit 1827a61

Browse files
Update Dockerfile
1 parent ebf2300 commit 1827a61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev/docker/onedal-dev.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#===============================================================================
1616

17-
FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
17+
FROM ubuntu:24.04@sha256:db6914f1ac0c566f57857641e2214e3f3e453cb340cc2c890ed6c2b7b81b8a00
1818

1919
ARG workdirectory="/sources/oneDAL"
2020
WORKDIR ${workdirectory}
@@ -33,7 +33,7 @@ RUN wget --quiet \
3333
ENV PATH=$CONDA_DIR/bin:$PATH
3434

3535
# Installing environment for bazel
36-
RUN wget https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-amd64 && \
36+
RUN wget https://github.com/bazelbuild/bazelisk/releases/download/v1.29.0/bazelisk-linux-amd64 && \
3737
chmod 755 bazelisk-linux-amd64 && \
3838
mv bazelisk-linux-amd64 /usr/bin/bazel
3939

0 commit comments

Comments
 (0)