Skip to content

Commit c08428d

Browse files
Merge pull request #544 from RoboJackets/renovate/node-22.x
Update Node.js to v22.17.1
2 parents df7f176 + fb0493b commit c08428d

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.17.0 AS docs-minification
16+
FROM node:22.17.1 AS docs-minification
1717

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

0 commit comments

Comments
 (0)