aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-02-16 16:29:30 +0000
committerwaynedunican <wayne.dunican@est.tech>2024-02-16 16:29:30 +0000
commit82a2604897ba881d10891fabab4ee8f3971d03a7 (patch)
tree64481aca84f9cbcc988f24f200e7305e74038770 /packages
parentdfc5d564659ea5faccceaf5ecb7eb6fbc54bd701 (diff)
update references in policy/pap pom
updated references in the policy/pap pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: I59d5b64ca4b9ce80c7b826d83e4688e1e810fc1e Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-pap-docker/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-pap-docker/src/main/docker/Dockerfile b/packages/policy-pap-docker/src/main/docker/Dockerfile
index bcc71f09..a3406f58 100644
--- a/packages/policy-pap-docker/src/main/docker/Dockerfile
+++ b/packages/policy-pap-docker/src/main/docker/Dockerfile
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/policy-pap.tar.gz /packages/
RUN tar xvzf /packages/policy-pap.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:3.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:3.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy PAP"