diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-25 13:10:36 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-25 13:10:36 +0100 |
commit | 8b1392641f8b0898614ced61a87617a72ec02c6d (patch) | |
tree | 3efc1304aaf7b4e00b5358e3eb0e44911c6c0a3b /packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile | |
parent | a3ac9c950b9b61c9e64d9a161a9c973a144ee190 (diff) |
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-4970
Change-Id: Id7c846d0240e09d44202789ab835efe58e16c53b
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile index 8cfd48bee..19869221e 100644 --- a/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile +++ b/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile @@ -23,7 +23,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/http-participant.tar.gz /packages/ RUN tar xvzf /packages/http-participant.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:3.1.2-SNAPSHOT +FROM onap/policy-jre-alpine:3.1.2 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy CLAMP ACM HTTP Participant" |