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

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit f15f3f62b22bf158f8e2c5313c3f902d2cff710e
Author: Zhenxu Ke <[email protected]>
AuthorDate: Fri Apr 23 11:33:03 2021 +0800

    Pin the openjdk docker version
---
 test/plugin/containers/jvm-container/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/plugin/containers/jvm-container/pom.xml 
b/test/plugin/containers/jvm-container/pom.xml
index 6bffc4f..ecf5463 100644
--- a/test/plugin/containers/jvm-container/pom.xml
+++ b/test/plugin/containers/jvm-container/pom.xml
@@ -49,7 +49,7 @@
                                 <image>
                                     
<name>skywalking/agent-test-jvm:jdk8-${project.version}</name>
                                     <build>
-                                        <from>openjdk:8</from>
+                                        <from>openjdk:8u102</from>
                                         
<workdir>/usr/local/skywalking/scenario</workdir>
                                         <assembly>
                                             <mode>dir</mode>

Reply via email to