aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2020-09-04 08:52:15 -0400
committerTaka Cho <takamune.cho@att.com>2020-09-04 09:48:13 -0400
commitbadd13edc9a11f67c28ef5e0be8ceef0ebf1e496 (patch)
tree889e978a900a32e9ad055c4122dd904fff51de34
parent508bdbd4d17ebf3726d92553839cc4b3af922250 (diff)
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 <takamune.cho@att.com>
-rw-r--r--packages/apex-pdp-docker/src/main/docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
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"