point to 2.1.0 policy-alpine base - apex 68/112168/2
authorTaka Cho <takamune.cho@att.com>
Fri, 4 Sep 2020 12:52:15 +0000 (08:52 -0400)
committerTaka Cho <takamune.cho@att.com>
Fri, 4 Sep 2020 13:48:13 +0000 (09:48 -0400)
In G-rel, using 2.1.0 base.

Issue-ID: POLICY-2789
Change-Id: Ieff7433ab0c85abca218032a0a3c91bb42081a80
Signed-off-by: Taka Cho <takamune.cho@att.com>
packages/apex-pdp-docker/src/main/docker/Dockerfile

index ffb6acd..8e28ad8 100644 (file)
@@ -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"