diff options
author | Jim Hahn <jrh3@att.com> | 2021-08-26 13:41:31 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-08-26 13:41:43 -0400 |
commit | a79f1b837a5d1105eff7135763762f56b1bc5501 (patch) | |
tree | 656c5206e6ce9e6abc66f3fc8b917d17be1b7f44 | |
parent | f39668976f84c5a5c39a117fdc57a5f3392750ce (diff) |
Use policy/docker image 2.3.0
Issue-ID: POLICY-3587
Change-Id: I5d2b4bd64e09121bddbeb1f43d53df998c0fd618
Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r-- | packages/policy-distribution-docker/src/main/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index ff46c683..c512f4dc 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-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" |