We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8efddc commit 40d521aCopy full SHA for 40d521a
demo/docker-build-config/pom.xml
@@ -42,7 +42,7 @@
42
<name>${project.artifactId}:${project.version}</name>
43
<alias>${project.artifactId}</alias>
44
<build>
45
- <from>openjdk8</from>
+ <from>openjdk:8-jre</from>
46
<ports>
47
<port>7070</port>
48
<port>8080</port>
0 commit comments