aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>