diff options
author | liamfallon <liam.fallon@est.tech> | 2022-02-28 14:48:48 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-02-28 14:48:48 +0000 |
commit | aa255e2b628d35b5c2e20789b1d476bf553967dd (patch) | |
tree | 105bea84e28e7cde7976e395e649a649990b222f /packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile | |
parent | 906fa908e633f894fcece9493cfce2a9dda71378 (diff) |
update references in policy/clamp pom
updated references in the policy/clamp pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-3958
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I1e8e005f776dc6e13aad12e9475a66085a6efc96
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile index e107b45af..d89737306 100644 --- a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.1 +FROM onap/policy-jre-alpine:2.3.2 LABEL maintainer="Policy Team" |