Skip to content

Commit 8f03e12

Browse files
committed
Use node:lts docker image
1 parent 230077a commit 8f03e12

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
@@ -1,4 +1,4 @@
1-
FROM node:20
1+
FROM node:lts
22
WORKDIR /root/docs
33
COPY package.json package-lock.json ./
44
RUN npm ci --include dev

0 commit comments

Comments
 (0)