Skip to content

Commit c2bb242

Browse files
committed
fixed jdk image
1 parent 869cfb7 commit c2bb242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/docker-build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<name>${project.artifactId}:${project.version}</name>
4343
<alias>${project.artifactId}</alias>
4444
<build>
45-
<from>openjdk:8-jdk</from>
45+
<from>openjdk:8</from>
4646
<ports>
4747
<port>7070</port>
4848
<port>8080</port>

0 commit comments

Comments
 (0)