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/11/19 09:40:37 UTC

[apisix-docker] branch master updated: chore: update apisix base docker images version (#246)

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 e3acd71  chore: update apisix base docker images version (#246)
e3acd71 is described below

commit e3acd7101eb8105a1c568003db61577a5b924599
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Fri Nov 19 03:40:28 2021 -0600

    chore: update apisix base docker images version (#246)
---
 all-in-one/apisix/Dockerfile | 2 +-
 alpine-dev/Dockerfile        | 2 +-
 alpine-local/Dockerfile      | 2 +-
 alpine/Dockerfile            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index 6ea600d..7d62e38 100644
--- a/all-in-one/apisix/Dockerfile
+++ b/all-in-one/apisix/Dockerfile
@@ -3,7 +3,7 @@ ARG APISIX_VERSION=master
 ARG ETCD_VERSION=v3.4.14
 
 # Build Apache APISIX
-FROM api7/apisix-base:1.19.3.2.1 AS production-stage
+FROM api7/apisix-base:1.19.3.2.2 AS production-stage
 
 ARG APISIX_VERSION
 LABEL apisix_version="${APISIX_VERSION}"
diff --git a/alpine-dev/Dockerfile b/alpine-dev/Dockerfile
index c63e499..1663f32 100644
--- a/alpine-dev/Dockerfile
+++ b/alpine-dev/Dockerfile
@@ -1,6 +1,6 @@
 ARG ENABLE_PROXY=false
 
-FROM api7/apisix-base:1.19.3.2.1 AS production-stage
+FROM api7/apisix-base:1.19.3.2.2 AS production-stage
 
 ARG ENABLE_PROXY
 RUN set -x \
diff --git a/alpine-local/Dockerfile b/alpine-local/Dockerfile
index bf5d750..f6ea788 100644
--- a/alpine-local/Dockerfile
+++ b/alpine-local/Dockerfile
@@ -1,6 +1,6 @@
 ARG ENABLE_PROXY=false
 
-FROM api7/apisix-base:1.19.3.2.1 AS production-stage
+FROM api7/apisix-base:1.19.3.2.2 AS production-stage
 
 ARG ENABLE_PROXY
 ARG APISIX_PATH
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 785e56c..ee947eb 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -1,7 +1,7 @@
 ARG ENABLE_PROXY=false
 
 # Build Apache APISIX
-FROM api7/apisix-base:1.19.3.2.1 AS production-stage
+FROM api7/apisix-base:1.19.3.2.2 AS production-stage
 
 ARG APISIX_VERSION=2.10.1
 LABEL apisix_version="${APISIX_VERSION}"