소스 검색

fix(websiet): node 20.6 version can't compile docs

delong.wang 1 년 전
부모
커밋
3649008951
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/Dockerfile

+ 1 - 1
website/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:20-alpine
+FROM node:20.5-alpine
 
 COPY . /app
 WORKDIR /app