aboutsummaryrefslogtreecommitdiffstats
path: root/policy-jdk
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-06-16 17:00:26 -0400
committerJim Hahn <jrh3@att.com>2021-06-16 17:01:06 -0400
commit3c231ae4fd843f56eb814133221dcd5595ccabb7 (patch)
tree3a4b2c7e60f38399e149f3b2d39552ec06d832ad /policy-jdk
parente4c29a6ec4aa04a561d633c9baa45a636bc8ddf6 (diff)
Use newer onap docker base image
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>
Diffstat (limited to 'policy-jdk')
-rw-r--r--policy-jdk/alpine/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-jdk/alpine/src/main/docker/Dockerfile b/policy-jdk/alpine/src/main/docker/Dockerfile
index e56fd95c..4cc3ef75 100644
--- a/policy-jdk/alpine/src/main/docker/Dockerfile
+++ b/policy-jdk/alpine/src/main/docker/Dockerfile
@@ -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"