Skip to content

Commit 36927b3

Browse files
Merge pull request #557 from RoboJackets/renovate/node-22.x
Update Node.js to v22.18.0
2 parents 494c142 + 961a5d3 commit 36927b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)