feat: upgrade dependency to 1.19.9.1.3 (#275)

diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index dd8e367..506bc0e 100644
--- a/all-in-one/apisix/Dockerfile
+++ b/all-in-one/apisix/Dockerfile
@@ -20,7 +20,7 @@
 ARG ETCD_VERSION=v3.4.14
 
 # Build Apache APISIX
-FROM api7/apisix-base:1.19.3.2.2 AS production-stage
+FROM api7/apisix-base:1.19.9.1.3 AS production-stage
 
 ARG APISIX_VERSION
 LABEL apisix_version="${APISIX_VERSION}"
@@ -30,15 +30,19 @@
 RUN set -x \
     && (test "${ENABLE_PROXY}" != "true" || /bin/sed -i 's,http://dl-cdn.alpinelinux.org,https://mirrors.aliyun.com,g' /etc/apk/repositories) \
     && apk add --no-cache --virtual .builddeps \
-    automake \
-    autoconf \
-    libtool \
-    pkgconfig \
-    cmake \
-    git \
-    pcre \
-    pcre-dev \
-    openldap-dev \
+        build-base \
+        automake \
+        autoconf \
+        libtool \
+        pkgconfig \
+        cmake \
+        unzip \
+        curl \
+        openssl \
+        git \
+        pcre \
+        pcre-dev \
+        openldap-dev \
     && git config --global url.https://github.com/.insteadOf git://github.com/ \
     && luarocks install https://github.com/apache/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps \
     && cp -v /usr/local/apisix/deps/lib/luarocks/rocks-5.1/apisix/${APISIX_VERSION}-0/bin/apisix /usr/bin/ \
diff --git a/alpine-dev/Dockerfile b/alpine-dev/Dockerfile
index 91317a9..c5a284d 100644
--- a/alpine-dev/Dockerfile
+++ b/alpine-dev/Dockerfile
@@ -17,7 +17,7 @@
 
 ARG ENABLE_PROXY=false
 
-FROM api7/apisix-base:1.19.9.1.2 AS production-stage
+FROM api7/apisix-base:1.19.9.1.3 AS production-stage
 
 ARG ENABLE_PROXY
 RUN set -x \
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 5a93805..d84adea 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -18,7 +18,7 @@
 ARG ENABLE_PROXY=false
 
 # Build Apache APISIX
-FROM api7/apisix-base:1.19.9.1.1
+FROM api7/apisix-base:1.19.9.1.3
 
 ARG APISIX_VERSION=2.11.0
 LABEL apisix_version="${APISIX_VERSION}"