Skip to content

Commit e3acd71

Browse files
authored
chore: update apisix base docker images version (#246)
1 parent a2906b2 commit e3acd71

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all-in-one/apisix/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG APISIX_VERSION=master
33
ARG 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

88
ARG APISIX_VERSION
99
LABEL apisix_version="${APISIX_VERSION}"

alpine-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG 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

55
ARG ENABLE_PROXY
66
RUN set -x \

alpine-local/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG 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

55
ARG ENABLE_PROXY
66
ARG APISIX_PATH

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG 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

66
ARG APISIX_VERSION=2.10.1
77
LABEL apisix_version="${APISIX_VERSION}"

0 commit comments

Comments
 (0)