Use newer onap docker base image 94/121994/1
authorJim Hahn <jrh3@att.com>
Wed, 16 Jun 2021 21:00:26 +0000 (17:00 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 16 Jun 2021 21:01:06 +0000 (17:01 -0400)
Modified the docker files to use the newer onap docker base image.

Issue-ID: POLICY-3390
Change-Id: Ia9b57d1909917225b22eea5920f91ad193655911
Signed-off-by: Jim Hahn <jrh3@att.com>
policy-jdk/alpine/src/main/docker/Dockerfile
policy-jre/alpine/src/main/docker/Dockerfile

index e56fd95..4cc3ef7 100644 (file)
@@ -23,7 +23,7 @@
 # $JAVA_HOME is set to /usr/lib/jvm/java-11-openjdk
 # more details at https://hub.docker.com/_/openjdk
 
-FROM onap/integration-java11:8.0.0
+FROM onap/integration-java11:9.0.0
 
 LABEL maintainer="Policy Team"
 
index 20e7413..803cc17 100644 (file)
@@ -23,7 +23,7 @@
 # $JAVA_HOME is set to /usr/lib/jvm/java-11-openjdk
 # more details at https://hub.docker.com/_/openjdk
 
-FROM onap/integration-java11:8.0.0
+FROM onap/integration-java11:9.0.0
 
 LABEL maintainer="Policy Team"