Skip to content

Commit e54c538

Browse files
committed
[docker] bump tbb version to 2021.9.0
1 parent 92dd5a0 commit e54c538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN wget https://github.com/opencv/opencv/archive/"${OPENCV_VERSION}".zip && \
102102
rm -r /tmp/opencv
103103

104104
# install tbb
105-
ENV TBB_VERSION="2021.5.0"
105+
ENV TBB_VERSION="2021.9.0"
106106
WORKDIR /tmp/tbb
107107
RUN wget https://github.com/oneapi-src/oneTBB/archive/refs/tags/v"${TBB_VERSION}".zip && \
108108
unzip v${TBB_VERSION}.zip && \

0 commit comments

Comments
 (0)