File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG APISIX_VERSION=master
33ARG ETCD_VERSION=v3.4.14
44
55# Build Apache APISIX
6- FROM api7/apisix-base:1.19.3.2.1 AS production-stage
6+ FROM api7/apisix-base:1.19.3.2.2 AS production-stage
77
88ARG APISIX_VERSION
99LABEL apisix_version="${APISIX_VERSION}"
Original file line number Diff line number Diff line change 11ARG ENABLE_PROXY=false
22
3- FROM api7/apisix-base:1.19.3.2.1 AS production-stage
3+ FROM api7/apisix-base:1.19.3.2.2 AS production-stage
44
55ARG ENABLE_PROXY
66RUN set -x \
Original file line number Diff line number Diff line change 11ARG ENABLE_PROXY=false
22
3- FROM api7/apisix-base:1.19.3.2.1 AS production-stage
3+ FROM api7/apisix-base:1.19.3.2.2 AS production-stage
44
55ARG ENABLE_PROXY
66ARG APISIX_PATH
Original file line number Diff line number Diff line change 11ARG ENABLE_PROXY=false
22
33# Build Apache APISIX
4- FROM api7/apisix-base:1.19.3.2.1 AS production-stage
4+ FROM api7/apisix-base:1.19.3.2.2 AS production-stage
55
66ARG APISIX_VERSION=2.10.1
77LABEL apisix_version="${APISIX_VERSION}"
You can’t perform that action at this time.
0 commit comments