Skip to content

Commit 85aa1d7

Browse files
chore(deps): update dockerfile
1 parent df90fc3 commit 85aa1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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:9d6e6f7d762bf55c4a2f17694dc43d3eefae8452ee70e067d5aa4ddd922fc462
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)