Browse Source

fix(docker): update node version of dockerfile (#3788)

node version 18 is required for pnpm.
kazusa 11 months ago
parent
commit
338d077ab3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # node 构建
-FROM node:16-alpine as build-stage
+FROM node:18-alpine as build-stage
 # 署名
 MAINTAINER Adoin 'adoin@qq.com'
 WORKDIR /app