🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed typo.
  • Loading branch information
asmorkalov committed Oct 17, 2025
commit fef3947497797fd00e4d4f1feac64ff200da906c
4 changes: 2 additions & 2 deletions docker/manylinux_2_28/Dockerfile_aarch64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version: 20250630
# Image name: quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
# Version: 20251013
# Image name: quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64

FROM quay.io/pypa/manylinux_2_28_aarch64:latest

Expand Down
4 changes: 2 additions & 2 deletions docker/manylinux_2_28/Dockerfile_x86_64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version: 20250630
# Image name: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
# Version: 20251013
# Image name: quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64

FROM quay.io/pypa/manylinux_2_28_x86_64:latest

Expand Down
Loading