aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-distribution-docker/src/main/docker/Dockerfile
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-02-19 09:37:46 +0000
committerwaynedunican <wayne.dunican@est.tech>2024-02-19 09:37:46 +0000
commit8179daddd896ac0eec749cfc83070611833f0911 (patch)
tree21ad144e1f264cf0b13318c39538e40bb5cb9b2e /packages/policy-distribution-docker/src/main/docker/Dockerfile
parent98d3f85a78ee9d166f2f7b9101cfa3a2d0cee95d (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-4932 Change-Id: I79b71956fcff8141c31dd8302c086e990e22adde Signed-off-by: waynedunican <wayne.dunican@est.tech>
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 6ba669bb..82c2ff59 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.1
+FROM onap/policy-jre-alpine:3.1.2-SNAPSHOT
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy SDC Service Distribution"