Skip to content

Commit cdc1070

Browse files
chore(deps): update dockerfile
1 parent adc9eb4 commit cdc1070

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:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b
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.28.1/bazelisk-linux-amd64 && \
3737
chmod 755 bazelisk-linux-amd64 && \
3838
mv bazelisk-linux-amd64 /usr/bin/bazel
3939

0 commit comments

Comments
 (0)