This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch release/2.15 in repository https://gitbox.apache.org/repos/asf/apisix.git
commit af98e895b84a37b136386d0db57f07c22d1f74f5 Author: tzssangglass <[email protected]> AuthorDate: Tue Aug 23 12:48:37 2022 +0800 ci: change base JDK images to eclipse-temurin as openjdk is being deprecated (#7768) --- ci/pod/nacos/service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pod/nacos/service/Dockerfile b/ci/pod/nacos/service/Dockerfile index f76ba1585..d279c7497 100644 --- a/ci/pod/nacos/service/Dockerfile +++ b/ci/pod/nacos/service/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # -FROM java +FROM eclipse-temurin:8 ENV SUFFIX_NUM=${SUFFIX_NUM:-1} ENV NACOS_ADDR=${NACOS_ADDR:-127.0.0.1:8848}
