From aa255e2b628d35b5c2e20789b1d476bf553967dd Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 28 Feb 2022 14:48:48 +0000 Subject: 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 Change-Id: I1e8e005f776dc6e13aad12e9475a66085a6efc96 --- packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile | 2 +- packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile | 2 +- .../policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile | 2 +- .../policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/policy-clamp-docker') diff --git a/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile b/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile index 9167b226a..68a9ab361 100644 --- a/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile @@ -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" diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile index 88bf34579..41b32fcfc 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 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" 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" diff --git a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile index 08a731c0c..809ebc02b 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 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" -- cgit 1.2.3-korg