You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/12/29 11:01:02 UTC

[apisix-dashboard] branch master updated: fix: fetch code from master branch instead of v2.0 in Dockerfile (#1146)

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-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 4317a5f  fix: fetch code from master branch instead of v2.0 in Dockerfile (#1146)
4317a5f is described below

commit 4317a5f44cc0bc6968b505bdc90045e2d081ba42
Author: Joey <ma...@gmail.com>
AuthorDate: Tue Dec 29 19:00:52 2020 +0800

    fix: fetch code from master branch instead of v2.0 in Dockerfile (#1146)
    
    Signed-off-by: imjoey <ma...@gmail.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c9e3dde..da9a59c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@
 #
 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 \