This is an automated email from the ASF dual-hosted git repository.
monkeydluffy 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 08b8616 feat: upgrade openresty to 1.21.4.2 in apisix-dashboard (#490)
08b8616 is described below
commit 08b861662996533adece9cb7017d29a201bfc26b
Author: kamly <[email protected]>
AuthorDate: Thu Aug 31 14:04:26 2023 +0800
feat: upgrade openresty to 1.21.4.2 in apisix-dashboard (#490)
---
all-in-one/apisix-dashboard/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/all-in-one/apisix-dashboard/Dockerfile
b/all-in-one/apisix-dashboard/Dockerfile
index 9fec9cf..a25a359 100644
--- a/all-in-one/apisix-dashboard/Dockerfile
+++ b/all-in-one/apisix-dashboard/Dockerfile
@@ -21,7 +21,7 @@ ARG APISIX_VERSION=master
ARG APISIX_DASHBOARD_VERSION=master
# Build Apache APISIX
-FROM openresty/openresty:1.19.3.1-alpine-fat AS production-stage
+FROM openresty/openresty:1.21.4.2-alpine-fat AS production-stage
ARG APISIX_VERSION
ARG ENABLE_PROXY