diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-12 18:41:45 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-12 18:41:45 +0100 |
commit | 30720482ecc86fffe0d5e663061a65bf29a2a386 (patch) | |
tree | ac41fb781d7866074b97b5419bd6282905cee066 /packages/policy-clamp-docker/src/main/docker | |
parent | 4ad746a6beaaeda033adf0956e9ef2fe5d5c9794 (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ib2580b3ada5607cdf0c5be06cfbaac8ae202a9eb
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 d1e698081..35029969e 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.1 +FROM onap/policy-jre-alpine:2.4.2 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 e30692083..c03ccada9 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.1 +FROM onap/policy-jre-alpine:2.4.2 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 3d3694578..60d8e734d 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.1 +FROM onap/policy-jre-alpine:2.4.2 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 2a855fde6..a84b1a56f 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.1 +FROM onap/policy-jre-alpine:2.4.2 LABEL maintainer="Policy Team" |