Skip to content

Commit

Permalink
chore: update apisix base docker images version (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzssangglass authored Nov 19, 2021
1 parent a2906b2 commit e3acd71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit e3acd71

Please sign in to comment.