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/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 23549ba  fix: use apisix-dashboard code from master branch (#108)
23549ba is described below

commit 23549ba844e89a2b479dfc651355a46ab4d3b3f8
Author: Joey <[email protected]>
AuthorDate: Tue Dec 29 19:04:12 2020 +0800

    fix: use apisix-dashboard code from master branch (#108)
    
    Signed-off-by: imjoey <[email protected]>
---
 all-in-one/apisix-dashboard/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/all-in-one/apisix-dashboard/Dockerfile 
b/all-in-one/apisix-dashboard/Dockerfile
index 68d63e0..3ea60da 100644
--- a/all-in-one/apisix-dashboard/Dockerfile
+++ b/all-in-one/apisix-dashboard/Dockerfile
@@ -33,7 +33,7 @@ RUN wget 
https://github.com/etcd-io/etcd/releases/download/${ETCD_VERSION}/etcd-
 
 FROM alpine:latest as pre-build
 
-ARG APISIX_DASHBOARD_VERSION=v2.0
+ARG APISIX_DASHBOARD_VERSION=master
 
 RUN set -x \
     && wget 
https://github.com/apache/apisix-dashboard/archive/${APISIX_DASHBOARD_VERSION}.tar.gz
 -O /tmp/apisix-dashboard.tar.gz \

Reply via email to