We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 494c142 + 961a5d3 commit 36927b3Copy full SHA for 36927b3
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.17.1 AS docs-minification
+FROM node:22.18.0 AS docs-minification
17
18
COPY --link --from=docs-source /docs/_build/dirhtml/ /docs/
19
0 commit comments