From badd13edc9a11f67c28ef5e0be8ceef0ebf1e496 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Fri, 4 Sep 2020 08:52:15 -0400 Subject: 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 --- packages/apex-pdp-docker/src/main/docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg