diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-22 14:34:34 +0100 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2022-09-22 13:36:33 +0000 |
commit | 16b4c43e304b53b0fcfa7ee40247fb88c1ab27ac (patch) | |
tree | 1a83752832a6506da7e4205c17d476379d728035 /policy-db-migrator | |
parent | a428e7043ba544adda4b15b557193079c4e57444 (diff) |
update parent references in policy/docker pom2.5.0
updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I50a42992090a865fc5f78249a2e2258b761ec35d
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 d8a22a6b..1860b060 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.0-SNAPSHOT +FROM onap/policy-jdk-alpine:2.5.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" |