Skip to content

Commit a90135a

Browse files
Merge pull request #478 from RoboJackets/renovate/node-22.x
Update Node.js to v22.15.0
2 parents 882025d + fbf203b commit a90135a

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

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

0 commit comments

Comments
 (0)