Skip to content

Commit 665950b

Browse files
committed
Update opencv to 3.4.1
1 parent 9b06508 commit 665950b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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="3.4.0"
26+
ENV OPENCV_VERSION="3.4.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 \

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Docker Automated buil](https://img.shields.io/docker/automated/jjanzic/docker-python3-opencv.svg)]()
22

3-
Docker image with python 3.6 and opencv 3.4
3+
Docker image with python 3.6 and opencv 3.4.1
44

55
Usage:
66

@@ -11,8 +11,10 @@ Image tagged with `:contrib` contains docker image built with [contrib modules](
1111

1212
List of available docker tags:
1313

14-
- `opencv-3.4.0` (`latest` branch)
15-
- `contrib-opencv-3.4.0` (`contrib` branch)
14+
- `opencv-3.4.1` (`latest` branch)
15+
- `contrib-opencv-3.4.1` (`contrib` branch)
16+
- `opencv-3.4.0`
17+
- `contrib-opencv-3.4.0`
1618
- `opencv-3.3.0`
1719
- `contrib-opencv-3.3.0`
1820
- `opencv-3.2.0`

0 commit comments

Comments
 (0)