Merge "Remove client code from apex-pdp"
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Tue, 8 Sep 2020 17:23:34 +0000 (17:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 8 Sep 2020 17:23:34 +0000 (17:23 +0000)
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"