From 00a16f1e9afbce09ba0449d5d692a90483e5df03 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Thu, 25 Apr 2024 13:10:39 +0100 Subject: update references in policy/distribution pom updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: Icf00a87363d3129421ef5916719471c6c1f57eb9 Signed-off-by: saul.gill --- packages/policy-distribution-docker/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/policy-distribution-docker/src/main/docker/Dockerfile') diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 82c2ff59..5f58b283 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-docker/src/main/docker/Dockerfile @@ -25,7 +25,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-distribution.tar.gz /packages/ RUN tar xvzf /packages/policy-distribution.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 SDC Service Distribution" -- cgit 1.2.3-korg