From a34f78ca7ae036606b805b9e393821e56bbcdabd Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 14 May 2023 15:07:15 +0330 Subject: [PATCH] docs: update instructions #19 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0586d84..e6a7317 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# GoCV-compatible OpenCV 4.0.1 Alpine 3.7 Docker images +# GoCV-compatible OpenCV 4.7.0 Alpine 3.18 Docker images ## What's in build-stage image? - Alpine 3.18 - - FFMPEG 4.2 + - FFMPEG 4.2.9 - Golang 1.20 - OpenCV 4.7.0 - OpenCV 4.7.0 contrib packages required by GoCV @@ -45,5 +45,5 @@ docker run --rm -ti denismakogon/gocv-alpine:test the output should be the following: ```bash gocv version: 0.18.0 -opencv lib version: 4.0.1 +opencv lib version: 4.7.0 ```