diff options
author | liamfallon <liam.fallon@est.tech> | 2022-03-10 09:12:44 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-03-10 14:40:31 +0000 |
commit | cc1b9b37032dca363a01e27ab79c4ad897d63e56 (patch) | |
tree | ba09af3a6a7a584be04001a76311f5d1a1f6d113 /packages/policy-clamp-docker/src/main/docker | |
parent | 7f6309474225cbd0da8d8ed010bbd50f2c70c24b (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-3982
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ie6c69a7aa144d6b37c2627b12ef212ecb6ef23a9
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker')
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile b/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile index 021a58676..d1e698081 100644 --- a/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/AcmRuntimeDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs the CLAMP ACM runtime on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.4.0 +FROM onap/policy-jre-alpine:2.4.1 LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile index b6f2c44eb..e30692083 100644 --- a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile @@ -22,7 +22,7 @@ # Docker file to build an image that runs the CLAMP ACM HTTP Participant on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.4.0 +FROM onap/policy-jre-alpine:2.4.1 LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile index 688e68d09..3d3694578 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 the CLAMP ACM K8S Participant on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.4.0 +FROM onap/policy-jre-alpine:2.4.1 LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile index 50d4210bf..2a855fde6 100644 --- a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs the CLAMP ACM Policy Framework Participant on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.4.0 +FROM onap/policy-jre-alpine:2.4.1 LABEL maintainer="Policy Team" |