diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-23 15:45:34 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-23 15:53:02 +0000 |
commit | 1f47753355dfd706899ce25cc321196b5f43d8aa (patch) | |
tree | a4fba8bbe349faeafcb18b4de3ec8fb012f4f816 /packages | |
parent | 0150a629d2f15f3fcaf6a8ed584f64512201b25d (diff) |
Point to released version of docker, parent, common and models
Change-Id: I17e2e093421733fc94a3de8f5946b867b3b73ba9
Issue-ID: POLICY-3088
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/apex-pdp-docker/src/main/docker/Dockerfile | 3 |
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 b194d78b2..770b3377b 100644 --- a/packages/apex-pdp-docker/src/main/docker/Dockerfile +++ b/packages/apex-pdp-docker/src/main/docker/Dockerfile @@ -2,6 +2,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2020 Nordix Foundation. # Modification Copyright (C) 2020 AT&T Foundation. +# Modifications Copyright (C) 2021 Bell Canada. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,7 +23,7 @@ # # Docker file to build an image that runs APEX on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.2.0 +FROM onap/policy-jre-alpine:2.2.1 LABEL maintainer="Policy Team" |