We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef021b5 + b27760f commit 3d70729Copy full SHA for 3d70729
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ RUN set -euxo pipefail && \
13
/root/.local/bin/poetry install --no-interaction && \
14
/root/.local/bin/poetry run sphinx-build -M dirhtml "." "_build"
15
16
-FROM node:22.21.1 AS docs-minification
+FROM node:24 AS docs-minification
17
18
COPY --link --from=docs-source /docs/_build/dirhtml/ /docs/
19
0 commit comments