diff options
author | 2025-01-07 11:15:51 +0000 | |
---|---|---|
committer | 2025-01-07 12:12:42 +0000 | |
commit | 6d8d3cef86b84f8935d7823f1c78fa82f6b2a3ca (patch) | |
tree | 56a0d700c23640cf4d90a48070131e1a1729f00c /policy-db-migrator | |
parent | d22084d427298be0743161d92998e9ec40d9b2ba (diff) |
Fix policy-jre-alpine version in db-migrator Dockerfile
Issue-ID: POLICY-5238
Change-Id: I2082df9fae02c97cd2d98779d66fa9d0888686a7
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'policy-db-migrator')
-rw-r--r-- | policy-db-migrator/src/main/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 28bf30e4..4388081e 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -2,7 +2,7 @@ # Dockerfile # ============LICENSE_START======================================================= # Copyright (C) 2021 Nordix Foundation. -# Modification Copyright 2021-2024 Nordix Foundation. +# Modification Copyright 2021-2025 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:4.0.2-SNAPSHOT +FROM onap/policy-jre-alpine:4.1.0-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" |