diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-10-13 18:10:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-13 18:10:42 +0000 |
commit | fdb63635c554565c7c2d5e8f16db0e5bb3fc0a79 (patch) | |
tree | ce5d15a6a9296b1793fbfebdb552580f218153f9 /packages/policy-clamp-docker | |
parent | 666845003ea1558bc46c1e6f4a6be6fe4e1ef2e3 (diff) | |
parent | 1beed579cfe3e21044c311b5681adcecd6549fed (diff) |
Merge "Update parent/common/models/docker references"
Diffstat (limited to 'packages/policy-clamp-docker')
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile b/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile index 1b9cb251a..9167b226a 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.0 +FROM onap/policy-jre-alpine:2.3.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 fe14f7d7c..88bf34579 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.0 +FROM onap/policy-jre-alpine:2.3.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 26fb66f22..e107b45af 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.0 +FROM onap/policy-jre-alpine:2.3.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 916ec2328..08a731c0c 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.0 +FROM onap/policy-jre-alpine:2.3.1 LABEL maintainer="Policy Team" |