Skip to content

Commit d846e1b

Browse files
Update Node.js to v22.16.0
1 parent d98a743 commit d846e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -euxo pipefail && \
1313
/root/.local/bin/poetry install --no-interaction && \
1414
/root/.local/bin/poetry run sphinx-build -M dirhtml "." "_build"
1515

16-
FROM node:22.15.0 AS docs-minification
16+
FROM node:22.16.0 AS docs-minification
1717

1818
COPY --link --from=docs-source /docs/_build/dirhtml/ /docs/
1919

0 commit comments

Comments
 (0)