aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2025-01-28 08:03:36 +0000
committerwaynedunican <wayne.dunican@est.tech>2025-01-28 08:03:36 +0000
commit7634552811d2fb5af4a191c02b8ef60634f88c73 (patch)
tree64cc03662de5649638b705b8ceb22621b2034b61 /packages
parent644e4cbfe2a727cfacea91766c038521c3499ccf (diff)
update references in policy/api pom
updated references in the policy/api pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5255 Change-Id: I933d25cec709fc1f97b1c9ee966febba15fa1948 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-api-docker/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-api-docker/src/main/docker/Dockerfile b/packages/policy-api-docker/src/main/docker/Dockerfile
index 03ee4acb..8bca172e 100644
--- a/packages/policy-api-docker/src/main/docker/Dockerfile
+++ b/packages/policy-api-docker/src/main/docker/Dockerfile
@@ -26,7 +26,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/policy-api.tar.gz /packages/
RUN tar xvzf /packages/policy-api.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.0-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.0
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy API"