diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-20 15:53:15 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-20 15:53:15 +0100 |
commit | 1b0036466c88030cb50446f0ce8c8178e1ad6557 (patch) | |
tree | f283d3407fb1161b8747099b3aee9840a9c9f6d5 /policy-db-migrator | |
parent | b40ce65d5e205a3c25e28d36a9709b52d6850fd7 (diff) |
update parent references in policy/docker pom2.5.1
updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I75c221301140aba485a3d80f072be134ce0ec615
Diffstat (limited to 'policy-db-migrator')
-rw-r--r-- | policy-db-migrator/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index f125088d..1ba6193c 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jdk-alpine:2.5.1-SNAPSHOT +FROM onap/policy-jdk-alpine:2.5.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" |