Pin the openjdk docker version (#6814)

This commit is contained in:
Zhenxu Ke 2021-04-23 12:22:27 +08:00 committed by GitHub
parent b4114ac043
commit 10e89aa566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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