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 2021/04/23 09:32:51 UTC

[apisix-docker] branch master updated: chore: dashboard release 2.6 (#163)

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 e829ecd  chore: dashboard release 2.6 (#163)
e829ecd is described below

commit e829ecd451be0e9cc66b9720fb74d1abbdf37f50
Author: nic-chen <33...@users.noreply.github.com>
AuthorDate: Fri Apr 23 17:32:45 2021 +0800

    chore: dashboard release 2.6 (#163)
---
 .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 8425b8f..8e7c97f 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.5
+      APISIX_DASHBOARD_TAG: 2.6
     steps:
       - name: Checkout
         uses: actions/checkout@v2
diff --git a/Makefile b/Makefile
index 90701bd..182f91d 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ APISIX_VERSION ?= 2.5
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
 
-APISIX_DASHBOARD_VERSION ?= 2.5
+APISIX_DASHBOARD_VERSION ?= 2.6
 APISIX_DASHBOARD_IMAGE_NAME = apache/apisix-dashboard
 APISIX_DASHBOARD_IMAGE_TAR_NAME = apache_apisix_dashboard
 
diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile
index d6f8c76..372685d 100644
--- a/dashboard/Dockerfile
+++ b/dashboard/Dockerfile
@@ -16,7 +16,7 @@
 #
 FROM alpine:latest as pre-build
 
-ARG APISIX_DASHBOARD_VERSION=release/2.5
+ARG APISIX_DASHBOARD_VERSION=release/2.6
 
 RUN set -x \
     && apk add --no-cache --virtual .builddeps git \