janiussyafiq commented on code in PR #614: URL: https://github.com/apache/apisix-docker/pull/614#discussion_r2915434698
########## all-in-one/apisix-dashboard/Dockerfile: ########## @@ -111,32 +107,31 @@ RUN if [ "$ENABLE_PROXY" = "true" ] ; then yarn config set registry https://regi && yarn build # Finally combine all the resources into one image -FROM alpine:3.13 AS last-stage - -ARG ENABLE_PROXY +FROM debian:bullseye-slim AS last-stage Review Comment: alpine as last-stage is not compatible with debian as production-stage due to glibc incompatibility. the build will fail if no changes made -- 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]
