From f26a5a9e8fc711023526032f1b6e276ab287c76e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Oct 2021 17:22:22 +0100 Subject: [PATCH] Update parent version, jdk version in db-migrator Issue-ID: POLICY-3696 Change-Id: I827bdd238ab51a1798dab3d83f088377be7949ff Signed-off-by: liamfallon --- policy-db-migrator/src/main/docker/Dockerfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 42cb42fb..85e7e319 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jdk-alpine:2.3.0 +FROM onap/policy-jdk-alpine:2.3.1 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index ef623e1b..e332f5b1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 3.4.2 + 3.4.3 -- 2.16.6