Skip to content

Commit d94e10f

Browse files
albertoxaminjanza
authored andcommitted
update opencv to 4.1.1 (#33)
1 parent 9402486 commit d94e10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update \
2323
RUN pip install numpy
2424

2525
WORKDIR /
26-
ENV OPENCV_VERSION="4.1.0"
26+
ENV OPENCV_VERSION="4.1.1"
2727
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
2828
&& unzip ${OPENCV_VERSION}.zip \
2929
&& mkdir /opencv-${OPENCV_VERSION}/cmake_binary \

0 commit comments

Comments
 (0)