diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-17 10:24:28 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-17 10:24:28 +0100 |
commit | b1839796fa9b5043dda96d98a968602fc3e5f0b0 (patch) | |
tree | 9c33ed867826adf691dd797cbd188eb972bd2b21 /packages/policy-pap-docker/src/main | |
parent | 2a1bc92e53237efc1ff33b047d93952ddb7a70b9 (diff) |
Update snapshot and/or references of policy/pap to latest snapshots
policy/pap updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: I8466ec70a9d9616a1bb4d84a60d50130af19d6ae
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'packages/policy-pap-docker/src/main')
-rw-r--r-- | packages/policy-pap-docker/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-pap-docker/src/main/docker/Dockerfile b/packages/policy-pap-docker/src/main/docker/Dockerfile index 1e7cebf8..da9bd965 100644 --- a/packages/policy-pap-docker/src/main/docker/Dockerfile +++ b/packages/policy-pap-docker/src/main/docker/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-pap.tar.gz /packages/ RUN tar xvzf /packages/policy-pap.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 PAP" |