Skip to content

Commit

Permalink
update spring-boot-maven-plugin to 3.1.9 for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Aug 22, 2024
1 parent 0152ce0 commit 432d7cd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,14 +410,19 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<!--
Remove after spring-boot-starter-parent upgrade
https://github.com/spring-projects/spring-boot/issues/39323
-->
<version>3.1.12</version>
<configuration>
<layers>
<enabled>true</enabled>
</layers>
<image>
<name>spaciousteam/investbook:latest</name>
<name>docker.io/spaciousteam/investbook:latest</name>
<tags>
<tag>spaciousteam/investbook:${project.version}</tag>
<tag>docker.io/spaciousteam/investbook:${project.version}</tag>
</tags>
<publish>true</publish>
<env>
Expand All @@ -427,7 +432,7 @@
<!-- Defines available bellsoft-liberica java versions from
https://github.com/paketo-buildpacks/java/releases
JRE with ${java.version} will be selected automatically when available -->
<buildpack>gcr.io/paketo-buildpacks/java:10.2.1</buildpack>
<buildpack>gcr.io/paketo-buildpacks/java:15.2.0</buildpack>
</buildpacks>
</image>
<docker>
Expand Down

0 comments on commit 432d7cd

Please sign in to comment.