File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515# ===============================================================================
1616
17- FROM ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54
17+ FROM ubuntu:24.04@sha256:9d6e6f7d762bf55c4a2f17694dc43d3eefae8452ee70e067d5aa4ddd922fc462
1818
1919ARG workdirectory="/sources/oneDAL"
2020WORKDIR ${workdirectory}
@@ -33,7 +33,7 @@ RUN wget --quiet \
3333ENV 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.28.1 /bazelisk-linux-amd64 && \
3737 chmod 755 bazelisk-linux-amd64 && \
3838 mv bazelisk-linux-amd64 /usr/bin/bazel
3939
You can’t perform that action at this time.
0 commit comments