We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d98a743 + d846e1b commit f98f44aCopy full SHA for f98f44a
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.15.0 AS docs-minification
+FROM node:22.16.0 AS docs-minification
17
18
COPY --link --from=docs-source /docs/_build/dirhtml/ /docs/
19
0 commit comments