summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-08-31 17:34:58 +0200
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-08-31 19:58:16 +0200
commit425523e534e5089b342ef3277a20a84f0844a92a (patch)
tree479c10159cd31d2211caf24c0a4835b825d2fa9c /pom.xml
parent373aa4076b59a63eae8440a338e2836902e9ebe4 (diff)
Fix ambiguities in pom.xml1.10.1
set specific spring-boot-maven-plugin - 2.4.3 (spring.version) set specific docker base image - openjdk:11.0.11-jre-slim Issue-ID: DCAEGEN2-2719 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I9d63a28f1e9fd30e8fbb49d6a7b6e521ad988a3e
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ac8601fc..b4fb8830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>${spring.version}</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
@@ -185,7 +186,7 @@
<imageTag>${project.version}</imageTag>
<imageTag>latest</imageTag>
</imageTags>
- <baseImage>openjdk:11-jre-slim</baseImage>
+ <baseImage>openjdk:11.0.11-jre-slim</baseImage>
<user>vescollector</user>
<env>
<HOSTALIASES>/etc/host.aliases</HOSTALIASES>