Skip to content

Commit ddb217b

Browse files
committed
fix: revert Node.js version to 22.13.1 in Dockerfile
1 parent 10adbb9 commit ddb217b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM squidfunk/mkdocs-material@sha256:bb7b015690d9fb5ef0dbc98ca3520f153aa43129fb96aec5ca54c9154dc3b729
33

44
# Install Node.js
5-
RUN apk add --no-cache nodejs=22.15.1-r0 npm
5+
RUN apk add --no-cache nodejs=22.13.1-r0 npm
66

77
COPY requirements.txt /tmp/
88
RUN pip install --require-hashes -r /tmp/requirements.txt

0 commit comments

Comments
 (0)