summaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-10-19 14:28:45 +0100
committerliamfallon <liam.fallon@est.tech>2023-10-19 14:28:45 +0100
commit73bdb4b3d657c9187d817f7c0691983916268075 (patch)
treed2b480e2317238e5de33dc4d69244d98fe8101b0 /packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
parent92bbe4e248ad86f30c10e71456924d20e0541c3b (diff)
Update snapshot and/or references of policy/clamp to latest snapshots
policy/clamp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ic693b0164d6bdd6944d2c68b0b39744a790be22a
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 d9905bb33..fcb7a6e05 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.1
+FROM onap/policy-jre-alpine:3.0.2-SNAPSHOT
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM Element"