You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2022/03/25 01:10:14 UTC

[apisix-docker] branch master updated: feat: upgrade dependency to 1.19.9.1.4 (#294)

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

membphis 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 4076105  feat: upgrade dependency to 1.19.9.1.4 (#294)
4076105 is described below

commit 407610575b68b8764a3af787c9455e8bd7c1771f
Author: leslie <59...@users.noreply.github.com>
AuthorDate: Fri Mar 25 09:10:08 2022 +0800

    feat: upgrade dependency to 1.19.9.1.4 (#294)
---
 all-in-one/apisix/Dockerfile | 2 +-
 alpine-dev/Dockerfile        | 2 +-
 alpine/Dockerfile            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index ea38e0b..be76b59 100644
--- a/all-in-one/apisix/Dockerfile
+++ b/all-in-one/apisix/Dockerfile
@@ -20,7 +20,7 @@ ARG APISIX_VERSION=2.12.1
 ARG ETCD_VERSION=v3.4.14
 
 # Build Apache APISIX
-FROM api7/apisix-base:1.19.9.1.3 AS production-stage
+FROM api7/apisix-base:1.19.9.1.4 AS production-stage
 
 ARG APISIX_VERSION
 LABEL apisix_version="${APISIX_VERSION}"
diff --git a/alpine-dev/Dockerfile b/alpine-dev/Dockerfile
index 51fa66a..13aa967 100644
--- a/alpine-dev/Dockerfile
+++ b/alpine-dev/Dockerfile
@@ -17,7 +17,7 @@
 
 ARG ENABLE_PROXY=false
 
-FROM api7/apisix-base:1.19.9.1.3 AS production-stage
+FROM api7/apisix-base:1.19.9.1.4 AS production-stage
 
 ARG ENABLE_PROXY
 RUN set -x \
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 628fcda..02a52f3 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -18,7 +18,7 @@
 ARG ENABLE_PROXY=false
 
 # Build Apache APISIX
-FROM api7/apisix-base:1.19.9.1.3
+FROM api7/apisix-base:1.19.9.1.4
 
 ARG APISIX_VERSION=2.12.1
 LABEL apisix_version="${APISIX_VERSION}"