aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-08-26 13:34:22 -0400
committerJim Hahn <jrh3@att.com>2021-08-26 13:34:36 -0400
commit522374b238ce34fa20d67ecfd7af0a88ce3e2663 (patch)
tree09280c71d1e7492c4d2ca1bd459196c0b7fc5cee
parenta978716f5f5a494276c88794c3d366a012479f0d (diff)
Use policy/docker image 2.3.0
Issue-ID: POLICY-3587 Change-Id: Ieedb4fc34a54306d74a3bf5b934ee36e2e07077f Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--packages/policy-pap-docker/src/main/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/policy-pap-docker/src/main/docker/Dockerfile b/packages/policy-pap-docker/src/main/docker/Dockerfile
index 80cfb4d1..4d7a34f2 100644
--- a/packages/policy-pap-docker/src/main/docker/Dockerfile
+++ b/packages/policy-pap-docker/src/main/docker/Dockerfile
@@ -1,7 +1,7 @@
#-------------------------------------------------------------------------------
# Dockerfile
# ============LICENSE_START=======================================================
-# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.2.1
+FROM onap/policy-jre-alpine:2.3.0
LABEL maintainer="Policy Team"