Merge branch 'main' of github.com:answerdev/answer

This commit is contained in:
aichy126 2023-04-23 11:55:20 +08:00
commit eb93f553d9
1 changed files with 1 additions and 1 deletions

2
.github/Dockerfile vendored
View File

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