diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-20 20:11:54 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-20 20:11:54 +0100 |
commit | 8e0f731a480b9a39ab7588912e29cbdcd11247cc (patch) | |
tree | dba10bd51d7777973df03cd1c4075b769be9c554 /policy-db-migrator/src | |
parent | 319a6855e8fa7374d21700dd0d7b6de9f5ed9afb (diff) |
Update snapshot and/or references of policy/docker to latest snapshots
policy/docker updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic99f4fe294722c669639aebc362b96b25b1ed07c
Diffstat (limited to 'policy-db-migrator/src')
-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 1ba6193c..38aa0320 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 +FROM onap/policy-jdk-alpine:2.5.2-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" |