Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-5.x-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-docs-jdk-js-22.04:20250526
image: quay.io/opencv-ci/opencv-docs-jdk-js-22.04:20260527
options: --user ci
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion docker/docs/Dockerfile-22-jdk-js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Version: 20250526
#Version: 20260527
# Image name: quay.io/opencv-ci/opencv-docs-jdk-js-22.04

FROM ubuntu:22.04
Expand All @@ -23,6 +23,8 @@ RUN \
pylint flake8 \
python3-bs4 \
openjdk-11-jdk \
python3-sphinx \
python3-myst-parser \
default-jdk-headless \
ant \
&& \
Expand Down
Loading