doc: update docker file set node from

This commit is contained in:
LinkinStar 2022-11-11 19:17:36 +08:00
parent 467dfaa5c8
commit 71a7145bda
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:18.12 AS node-builder
FROM amd64/node AS node-builder
LABEL maintainer="mingcheng<mc@sf.com>"