Skip to content

Commit 869cfb7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-jre-alpine</from>
45+
<from>openjdk:8-jdk</from>
4646
<ports>
4747
<port>7070</port>
4848
<port>8080</port>

0 commit comments

Comments
 (0)