mirror of https://gitee.com/answerdev/answer.git
doc: update dockerfile node builder
This commit is contained in:
parent
cfcf4ba02f
commit
6be8db133f
|
@ -1,4 +1,4 @@
|
|||
FROM node:16 AS node-builder
|
||||
FROM node:18.12 AS node-builder
|
||||
|
||||
LABEL maintainer="mingcheng<mc@sf.com>"
|
||||
|
||||
|
|
Loading…
Reference in New Issue