You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/10/15 01:27:39 UTC

[apisix-docker] branch master updated: chore: update image version (#235)

This is an automated email from the ASF dual-hosted git repository.

spacewander 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 df0a25c  chore: update image version (#235)
df0a25c is described below

commit df0a25c6e73903a43a119623c5512e3a145cdec5
Author: 刘训灼 <mi...@gmail.com>
AuthorDate: Fri Oct 15 09:27:34 2021 +0800

    chore: update image version (#235)
    
    Co-authored-by: 刘训灼 <li...@liuxunzhuodeMacBook-Pro.local>
---
 all-in-one/apisix-dashboard/Dockerfile | 1 +
 example/docker-compose.yml             | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/all-in-one/apisix-dashboard/Dockerfile b/all-in-one/apisix-dashboard/Dockerfile
index 8a38abb..671dedb 100644
--- a/all-in-one/apisix-dashboard/Dockerfile
+++ b/all-in-one/apisix-dashboard/Dockerfile
@@ -21,6 +21,7 @@ RUN set -x \
     git \
     pcre \
     pcre-dev \
+    openldap-dev \
     && mkdir ~/.luarocks \
     && luarocks config variables.OPENSSL_LIBDIR /usr/local/openresty/openssl/lib \
     && luarocks config variables.OPENSSL_INCDIR /usr/local/openresty/openssl/include \
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index 4068dd4..8a7d81c 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3"
 
 services:
   apisix-dashboard:
-    image: apache/apisix-dashboard:2.7
+    image: apache/apisix-dashboard:2.9.0
     restart: always
     volumes:
     - ./dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
@@ -12,7 +12,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.6-alpine
+    image: apache/apisix:2.10.0-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs