Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion all-in-one/apisix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion alpine-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion alpine-local/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down