Fix policy-jre-alpine version in db-migrator Dockerfile 58/139858/2
authoradheli.tavares <adheli.tavares@est.tech>
Tue, 7 Jan 2025 11:15:51 +0000 (11:15 +0000)
committerAdheli Tavares <adheli.tavares@est.tech>
Tue, 7 Jan 2025 12:12:42 +0000 (12:12 +0000)
Issue-ID: POLICY-5238
Change-Id: I2082df9fae02c97cd2d98779d66fa9d0888686a7
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
policy-db-migrator/src/main/docker/Dockerfile

index 28bf30e..4388081 100644 (file)
@@ -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"