From 541d222be18b7818bb3f7ee687c081cf19d72dbf Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Wed, 1 Mar 2023 12:38:15 +0000 Subject: 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-4570 Signed-off-by: saul.gill Change-Id: Ie3d538408fd63a5a2c667fb7a868b9ce67921f90 --- .../policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile') diff --git a/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile index 8c982c78a..5552bcfbd 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:2.6.1 +FROM onap/policy-jre-alpine:2.6.2-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy CLAMP ACM Element" -- cgit 1.2.3-korg