From: Ram Krishna Verma Date: Tue, 23 Feb 2021 16:16:09 +0000 (-0500) Subject: Point to released version of jre X-Git-Tag: 2.5.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c30a0811996242b0a93c1a2b80e31d09dcd77597;p=policy%2Fdistribution.git Point to released version of jre Issue-ID: POLICY-3088 Change-Id: Id4b8058061d81b676210014146c77531339c9d62 Signed-off-by: Ram Krishna Verma --- 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"