yuweizzz commented on code in PR #2011: URL: https://github.com/apache/apisix-ingress-controller/pull/2011#discussion_r1367587285
########## Dockerfile: ########## @@ -31,15 +27,11 @@ RUN if [ "$ENABLE_PROXY" = "true" ] ; then go env -w GOPROXY=https://goproxy.cn, COPY . . RUN --mount=type=cache,target=/root/.cache/go-build make build -FROM centos:centos7 +FROM gcr.io/distroless/static-debian12:debug Review Comment: you are right, let me adjust it. -- 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]
