This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new d343b27 feat(Deploy): use node alpine image
d343b27 is described below
commit d343b277d7958fd81a41f756249e58ef07f0f324
Author: juzhiyuan <[email protected]>
AuthorDate: Mon Jul 13 06:44:44 2020 +0800
feat(Deploy): use node alpine image
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 8ba7130..953e28d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# phase-build
-FROM circleci/node:latest-browsers as builder
+FROM node:12-alpine as builder
WORKDIR /usr/src/app/
USER root