Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 7d2bfb1

Browse files
committed
fix: update project version to 'latest' and change Docker builder to 'jammy-base'
1 parent f2f69d6 commit 7d2bfb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.example</groupId>
1212
<artifactId>spring-project-steganography-tool</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>latest</version>
1414
<name>spring-project-steganography-tool</name>
1515
<description>A powerful and secure steganography tool built with Spring Boot 3</description>
1616
<url>https://github.com/noobdevsam/spring-project-steganography-tool</url>
@@ -103,7 +103,7 @@
103103
</excludes>
104104
<image>
105105
<name>noobdevsam/${project.artifactId}:${project.version}</name>
106-
<builder>paketobuildpacks/builder-jammy-tiny</builder>
106+
<builder>paketobuildpacks/builder-jammy-base</builder>
107107
<env>
108108
<!-- Configure the buildpack to use Java 25 -->
109109
<BP_JVM_VERSION>${java.version}</BP_JVM_VERSION>

0 commit comments

Comments
 (0)