This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new bc6cd4fd6 ci: change base JDK images to eclipse-temurin as openjdk is 
being deprecated (#7768)
bc6cd4fd6 is described below

commit bc6cd4fd6a33314f176906a93fa6dd7ed0e31f91
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}

Reply via email to