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 5d3c4c6 fix: rollback the docker image used in chaos test (#263)
5d3c4c6 is described below
commit 5d3c4c63d21f0c40655d005fdb9cb3746f2e4af3
Author: 罗泽轩 <[email protected]>
AuthorDate: Wed Dec 29 10:25:23 2021 +0800
fix: rollback the docker image used in chaos test (#263)
---
alpine-local/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alpine-local/Dockerfile b/alpine-local/Dockerfile
index f6ea788..1fcf46c 100644
--- a/alpine-local/Dockerfile
+++ b/alpine-local/Dockerfile
@@ -1,6 +1,6 @@
ARG ENABLE_PROXY=false
-FROM api7/apisix-base:1.19.3.2.2 AS production-stage
+FROM openresty/openresty:1.19.3.2-alpine-fat AS production-stage
ARG ENABLE_PROXY
ARG APISIX_PATH