Browse Source

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

delong.wang 1 year ago
parent
commit
3649008951
1 changed files with 1 additions and 1 deletions
  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