Skip to content

Commit 3c268fe

Browse files
committed
upgrade to 4.14.0
1 parent b05b3a4 commit 3c268fe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
version: [5.0.0, 4.13.0]
12+
version: [5.0.0, 4.14.0]
1313
dist: ["alpine", "debian", "fedora", "ubuntu"]
1414
steps:
1515
- uses: actions/checkout@v2

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ $ docker run -it hdgigante/python-opencv python3
2929
| | [python:3.14-alpine](https://hub.docker.com/_/python) | `hdgigante/python-opencv:5.0.0-alpine` | 3.14 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/5.0.0-alpine?label=%20&logo=docker&logoColor=white&style=flat-square) |
3030
| | [ubuntu:25.10](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:5.0.0-ubuntu` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/5.0.0-ubuntu?label=%20&logo=docker&logoColor=white&style=flat-square) |
3131
| | [debian:13.2-slim](https://hub.docker.com/_/debian) | `hdgigante/python-opencv:5.0.0-debian` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/5.0.0-debian?label=%20&logo=docker&logoColor=white&style=flat-square) |
32-
| **4.13.0** | [fedora:43](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv:4.13.0-fedora` | 3.14 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.13.0-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
33-
| | [python:3.14-alpine](https://hub.docker.com/_/python) | `hdgigante/python-opencv:4.13.0-alpine` | 3.14 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.13.0-alpine?label=%20&logo=docker&logoColor=white&style=flat-square) |
34-
| | [ubuntu:25.10](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:4.13.0-ubuntu` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.13.0-ubuntu?label=%20&logo=docker&logoColor=white&style=flat-square) |
35-
| | [debian:13.2-slim](https://hub.docker.com/_/debian) | `hdgigante/python-opencv:4.13.0-debian` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.13.0-debian?label=%20&logo=docker&logoColor=white&style=flat-square) |
32+
| **4.14.0** | [fedora:43](https://hub.docker.com/_/fedora) | `hdgigante/python-opencv:4.14.0-fedora` | 3.14 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.14.0-fedora?label=%20&logo=docker&logoColor=white&style=flat-square) |
33+
| | [python:3.14-alpine](https://hub.docker.com/_/python) | `hdgigante/python-opencv:4.14.0-alpine` | 3.14 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.14.0-alpine?label=%20&logo=docker&logoColor=white&style=flat-square) |
34+
| | [ubuntu:25.10](https://hub.docker.com/_/ubuntu) | `hdgigante/python-opencv:4.14.0-ubuntu` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.14.0-ubuntu?label=%20&logo=docker&logoColor=white&style=flat-square) |
35+
| | [debian:13.2-slim](https://hub.docker.com/_/debian) | `hdgigante/python-opencv:4.14.0-debian` | 3.13 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/hdgigante/python-opencv/4.14.0-debian?label=%20&logo=docker&logoColor=white&style=flat-square) |
3636

3737
## Build
3838

0 commit comments

Comments
 (0)