File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b
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