Skip to content

Commit b27760f

Browse files
committed
Use major version only for tag
1 parent aa5dcde commit b27760f

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:24.12.0 AS docs-minification
16+
FROM node:24 AS docs-minification
1717

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

0 commit comments

Comments
 (0)