diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-17 10:25:03 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-17 10:25:03 +0100 |
commit | d1d03775c5bd7d708bdb2c9577a7213518a53b2b (patch) | |
tree | 695adee840431bb8b07b4680d60834a62ef6614c /packages/policy-distribution-docker/src/main/docker/Dockerfile | |
parent | bd6bcaaf83be38898c72507ce49934214a0b1e10 (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-5001
Change-Id: I3019c0215b00aa122f15e641aa6ffb759963e859
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/Dockerfile | 2 |
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 efd5924a..1ccbd47d 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.3 +FROM onap/policy-jre-alpine:3.1.4-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy SDC Service Distribution" |