From: Taka Cho Date: Fri, 4 Sep 2020 12:52:15 +0000 (-0400) Subject: point to 2.1.0 policy-alpine base - apex X-Git-Tag: 2.4.1~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F112168%2F2;p=policy%2Fapex-pdp.git point to 2.1.0 policy-alpine base - apex In G-rel, using 2.1.0 base. Issue-ID: POLICY-2789 Change-Id: Ieff7433ab0c85abca218032a0a3c91bb42081a80 Signed-off-by: Taka Cho --- diff --git a/packages/apex-pdp-docker/src/main/docker/Dockerfile b/packages/apex-pdp-docker/src/main/docker/Dockerfile index ffb6acd05..8e28ad8df 100644 --- a/packages/apex-pdp-docker/src/main/docker/Dockerfile +++ b/packages/apex-pdp-docker/src/main/docker/Dockerfile @@ -1,6 +1,7 @@ #------------------------------------------------------------------------------- # ============LICENSE_START======================================================= # Copyright (C) 2020 Nordix Foundation. +# Modification Copyright (C) 2020 AT&T Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,7 +22,7 @@ # # Docker file to build an image that runs APEX on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.0.1 +FROM onap/policy-jre-alpine:2.1.0 LABEL maintainer="Policy Team"