summaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-11-14 16:52:53 +0100
committerliamfallon <liam.fallon@est.tech>2023-11-14 16:52:53 +0100
commit3276371eda89578e4fe3ad2ce348d1da6e22ff3f (patch)
tree534f230c0c6b3d5e3864e9db9587b102bffef63c /packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
parente57620e3a6d9a7c3db9d8250730b1cd646729c64 (diff)
Set all cross references of policy/clamp
policy/clamp updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I14ecc079ddf1445eb22bbbf710190265ae1255d4
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile')
-rw-r--r--packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
index 9fe7eed00..6785e5c9f 100644
--- a/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/element-participant.tar.gz /packages
RUN tar xvfz /packages/element-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:3.0.3-SNAPSHOT
+FROM onap/policy-jre-alpine:3.1.0-SNAPSHOT
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM Element"