Skip to content

Commit dd3d3b0

Browse files
committed
Merge tag 'opencv-4.0.0'
2 parents b7f3c27 + 7ed688d commit dd3d3b0

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
@@ -22,7 +22,7 @@ RUN apt-get update && \
2222
RUN pip install numpy
2323

2424
WORKDIR /
25-
ENV OPENCV_VERSION="3.4.2"
25+
ENV OPENCV_VERSION="4.0.0"
2626
RUN wget https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip \
2727
&& unzip ${OPENCV_VERSION}.zip \
2828
&& 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.7 and opencv 3.4.2
3+
Docker image with python 3.7 and opencv 4.0.0
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.2` (`latest` branch)
15-
- `contrib-opencv-3.4.2` (`opencv_contrib` branch)
14+
- `opencv-4.0.0` (`latest` branch)
15+
- `contrib-opencv-4.0.0` (`opencv_contrib` branch)
16+
- `opencv-3.4.2`
17+
- `contrib-opencv-3.4.2`
1618
- `opencv-3.4.1`
1719
- `contrib-opencv-3.4.1`
1820
- `opencv-3.4.0`

0 commit comments

Comments
 (0)