janiussyafiq commented on code in PR #614: URL: https://github.com/apache/apisix-docker/pull/614#discussion_r2915440939
########## all-in-one/apisix-dashboard/Dockerfile: ########## @@ -17,60 +17,56 @@ ARG ENABLE_PROXY=false ARG ETCD_VERSION=v3.4.14 -ARG APISIX_VERSION=master +ARG APISIX_VERSION=3.15.0 ARG APISIX_DASHBOARD_VERSION=master -# Build Apache APISIX -FROM openresty/openresty:1.25.3.2-0-alpine-fat AS production-stage +# Build Apache APISIX (using official package with apisix-nginx-module) +FROM debian:bullseye-slim AS production-stage Review Comment: added PR desc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
