Update aai-common-alpine base image in model-loader 48/137348/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 22 Feb 2024 12:19:35 +0000 (13:19 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 22 Feb 2024 12:26:49 +0000 (13:26 +0100)
- update aai-common-alpine base image from 1.8.1 to 1.13.2
- rename README file

Issue-ID: AAI-3785
Change-Id: I0343c5ffc4dc3b00fd95cdd1a18f4d9ca663f832
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
.gitignore
README.md [moved from Readme.md with 100% similarity]
pom.xml

index 56f75e2..e4b4035 100644 (file)
@@ -7,3 +7,4 @@ debug-logs/
 .checkstyle
 .idea/
 *.iml
+.vscode
\ No newline at end of file
similarity index 100%
rename from Readme.md
rename to README.md
diff --git a/pom.xml b/pom.xml
index abf60e2..27978bb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
                <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/</aai.build.directory>
                <aai.docker.namespace>onap</aai.docker.namespace>
                <aai.base.image>alpine</aai.base.image>
-               <aai.base.image.version>1.8.1</aai.base.image.version>
+               <aai.base.image.version>1.13.2</aai.base.image.version>
                <!-- This will be used for the docker images as the default format of maven build has issues -->
                <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>