diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 16:20:02 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 16:20:02 +0000 |
commit | 7189a95de7687a8c37a05d40306e743df5fdf5b3 (patch) | |
tree | e4ab012e32adbaa3d15da49c045a1a343f5a0131 /packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile | |
parent | 8f1361435d1ce2aeb1002b000fb7d61dcce11341 (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-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I69fa4d1b08dd89d8c87a169a9e7ee7e79a8ff374
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile index 719e567e3..3396fca9d 100644 --- a/packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile +++ b/packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile @@ -23,7 +23,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/a1pms-participant.tar.gz /packages/ RUN tar xvzf /packages/a1pms-participant.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:3.1.0 +FROM onap/policy-jre-alpine:3.1.1-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy CLAMP ACM A1 PMS Participant" |