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 c2bb242 commit 19617d0Copy full SHA for 19617d0
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>openjdk:8</from>
+ <from>eclipse-temurin:8-jdk-alpine</from>
46
<ports>
47
<port>7070</port>
48
<port>8080</port>
0 commit comments