liujun69 opened a new issue, #320:
URL: https://github.com/apache/apisix-docker/issues/320

   now:
   RUN set -x \
       && (test "${ENABLE_PROXY}" != "true" || /bin/sed -i 
's,http://dl-cdn.alpinelinux.org,https://mirrors.aliyun.com,g' 
/etc/apk/repositories)
   edited:
   RUN set -x \
       && (test "${ENABLE_PROXY}" != "true" || /bin/sed -i 
's,https://dl-cdn.alpinelinux.org,https://mirrors.aliyun.com,g' 
/etc/apk/repositories)


-- 
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]

Reply via email to