aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-02-23 11:16:09 -0500
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-02-23 11:16:13 -0500
commitc30a0811996242b0a93c1a2b80e31d09dcd77597 (patch)
tree783de966f0a0cc2dbb908b63fb699d1a99fde19c
parent5ee71ee9889be37f947a2ecd6e1d5b73bb4d2aa4 (diff)
Point to released version of jre
Issue-ID: POLICY-3088 Change-Id: Id4b8058061d81b676210014146c77531339c9d62 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r--packages/policy-distribution-docker/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile
index f0267916..ff46c683 100644
--- a/packages/policy-distribution-docker/src/main/docker/Dockerfile
+++ b/packages/policy-distribution-docker/src/main/docker/Dockerfile
@@ -19,7 +19,7 @@
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.2.0
+FROM onap/policy-jre-alpine:2.2.1
LABEL maintainer="Policy Team"