aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-distribution-docker/src/main/docker/Dockerfile
diff options
context:
space:
mode:
authorSuresh Charan <suresh.charan@bell.ca>2023-04-25 12:13:11 -0400
committerSuresh Charan <suresh.charan@bell.ca>2023-04-25 12:13:11 -0400
commitf54d08362c17176c973efbd72f46e1ddfa0a789f (patch)
treeb53cdb4c0cff967cb69187834e720899db6b10bc /packages/policy-distribution-docker/src/main/docker/Dockerfile
parentbce965114284f91b9a4ef04e0f07c364194e4017 (diff)
Update snapshot and/or references of policy/distribution to latest snapshots
policy/distribution updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: Suresh Charan <suresh.charan@bell.ca> Change-Id: Iec90307b766a6a691ce95d3c478ae15777054181
Diffstat (limited to 'packages/policy-distribution-docker/src/main/docker/Dockerfile')
-rw-r--r--packages/policy-distribution-docker/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile
index 7424e0c6..a94942f3 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:2.6.2
+FROM onap/policy-jre-alpine:2.6.3-SNAPSHOT
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy SDC Service Distribution"