This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 1f11018 fix: use openresy 1.19.3.1 as alpine's base image (#154)
1f11018 is described below
commit 1f11018905718486f5e0e409e4b9191b5aa8ba20
Author: Shuyang Wu <[email protected]>
AuthorDate: Fri Mar 26 15:06:35 2021 +0800
fix: use openresy 1.19.3.1 as alpine's base image (#154)
---
all-in-one/apisix-dashboard/Dockerfile | 2 +-
all-in-one/apisix/Dockerfile | 2 +-
alpine-dev/Dockerfile | 2 +-
alpine-local/Dockerfile | 2 +-
alpine/Dockerfile | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/all-in-one/apisix-dashboard/Dockerfile
b/all-in-one/apisix-dashboard/Dockerfile
index a6a12b9..721dbb8 100644
--- a/all-in-one/apisix-dashboard/Dockerfile
+++ b/all-in-one/apisix-dashboard/Dockerfile
@@ -4,7 +4,7 @@ ARG APISIX_VERSION=master
ARG APISIX_DASHBOARD_VERSION=master
# Build Apache APISIX
-FROM openresty/openresty:alpine-fat AS production-stage
+FROM openresty/openresty:1.19.3.1-alpine-fat AS production-stage
ARG APISIX_VERSION
ARG ENABLE_PROXY
diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index 3b53887..be9b758 100644
--- a/all-in-one/apisix/Dockerfile
+++ b/all-in-one/apisix/Dockerfile
@@ -3,7 +3,7 @@ ARG APISIX_VERSION=master
ARG ETCD_VERSION=v3.4.14
# Build Apache APISIX
-FROM openresty/openresty:alpine-fat AS production-stage
+FROM openresty/openresty:1.19.3.1-alpine-fat AS production-stage
ARG APISIX_VERSION
LABEL apisix_version="${APISIX_VERSION}"
diff --git a/alpine-dev/Dockerfile b/alpine-dev/Dockerfile
index c31c3c4..1fadf7f 100644
--- a/alpine-dev/Dockerfile
+++ b/alpine-dev/Dockerfile
@@ -1,6 +1,6 @@
ARG ENABLE_PROXY=false
-FROM openresty/openresty:alpine-fat AS production-stage
+FROM openresty/openresty:1.19.3.1-alpine-fat AS production-stage
ARG ENABLE_PROXY
RUN set -x \
diff --git a/alpine-local/Dockerfile b/alpine-local/Dockerfile
index 493eb3e..1ce5f9b 100644
--- a/alpine-local/Dockerfile
+++ b/alpine-local/Dockerfile
@@ -1,6 +1,6 @@
ARG ENABLE_PROXY=false
-FROM openresty/openresty:alpine-fat AS production-stage
+FROM openresty/openresty:1.19.3.1-alpine-fat AS production-stage
ARG ENABLE_PROXY
ARG APISIX_PATH
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 27c46a8..5ff4e86 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -1,6 +1,6 @@
ARG ENABLE_PROXY=false
-FROM openresty/openresty:alpine-fat AS production-stage
+FROM openresty/openresty:1.19.3.1-alpine-fat AS production-stage
ARG APISIX_VERSION=2.4
LABEL apisix_version="${APISIX_VERSION}"