aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2025-03-12 13:34:36 +0000
committerwaynedunican <wayne.dunican@est.tech>2025-03-12 14:32:57 +0000
commitbc824dfb270d688d0441d6abf6f8711e40837fd2 (patch)
tree0458833628e7aed0b7bc52b3064e30181e39894c /packages
parentb58156d59f0a7b9b4e81f7da3c08b02c83147702 (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-5314 Change-Id: I255e554d7176c0c047738e7385344aaf9d98836d Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-api-docker/src/main/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/policy-api-docker/src/main/docker/Dockerfile b/packages/policy-api-docker/src/main/docker/Dockerfile
index bf8f1a86..5cca3843 100644
--- a/packages/policy-api-docker/src/main/docker/Dockerfile
+++ b/packages/policy-api-docker/src/main/docker/Dockerfile
@@ -3,7 +3,7 @@
# ============LICENSE_START=======================================================
# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
# Modifications Copyright (C) 2022 Bell Canada. All rights reserved.
-# Modifications Copyright (C) 2022-2023 Nordix Foundation.
+# Modifications Copyright (C) 2022-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -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.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy API"