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 159f585  chore: dashboard release 2.5 (#157)
159f585 is described below

commit 159f585e59fdb7ff664ee26ac60e802fc8373bc6
Author: kv <[email protected]>
AuthorDate: Fri Apr 2 15:56:56 2021 +0800

    chore: dashboard release 2.5 (#157)
---
 .github/workflows/dashboard-docker-test.yaml | 2 +-
 Makefile                                     | 2 +-
 dashboard/Dockerfile                         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/dashboard-docker-test.yaml 
b/.github/workflows/dashboard-docker-test.yaml
index 96f93d0..8425b8f 100644
--- a/.github/workflows/dashboard-docker-test.yaml
+++ b/.github/workflows/dashboard-docker-test.yaml
@@ -13,7 +13,7 @@ jobs:
     name: build dashboard & test
     runs-on: ubuntu-latest
     env:
-      APISIX_DASHBOARD_TAG: 2.4
+      APISIX_DASHBOARD_TAG: 2.5
     steps:
       - name: Checkout
         uses: actions/checkout@v2
diff --git a/Makefile b/Makefile
index 1488a5a..a31467e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ APISIX_VERSION ?= 2.4
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
-APISIX_DASHBOARD_VERSION ?= 2.4
+APISIX_DASHBOARD_VERSION ?= 2.5
 APISIX_DASHBOARD_IMAGE_NAME = apache/apisix-dashboard
 APISIX_DASHBOARD_IMAGE_TAR_NAME = apache_apisix_dashboard
 
diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile
index 296678e..d6f8c76 100644
--- a/dashboard/Dockerfile
+++ b/dashboard/Dockerfile
@@ -16,7 +16,7 @@
 #
 FROM alpine:latest as pre-build
 
-ARG APISIX_DASHBOARD_VERSION=v2.4
+ARG APISIX_DASHBOARD_VERSION=release/2.5
 
 RUN set -x \
     && apk add --no-cache --virtual .builddeps git \

Reply via email to