summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/genprocessor/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml
index a784ec5..6afc9de 100644
--- a/mod/genprocessor/pom.xml
+++ b/mod/genprocessor/pom.xml
@@ -152,7 +152,7 @@ limitations under the License.
<name>onap/${project.groupId}.${project.artifactId}-job</name>
<registry>${onap.nexus.dockerregistry.daily}</registry>
<build>
- <from>openjdk:8-jre-alpine</from>
+ <from>openjdk:8</from>
<tags>
<tag>latest</tag>
<tag>${project.version}</tag>