From e3acd7101eb8105a1c568003db61577a5b924599 Mon Sep 17 00:00:00 2001 From: tzssangglass Date: Fri, 19 Nov 2021 03:40:28 -0600 Subject: [PATCH] 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 6ea600d7..7d62e380 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 c63e4995..1663f326 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 bf5d750c..f6ea788b 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 785e56c9..ee947ebc 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}"