We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e71d4 commit 9e3a8bbCopy full SHA for 9e3a8bb
.github/workflows/ci.yml
@@ -47,7 +47,4 @@ jobs:
47
run: ./mvnw clean verify
48
env:
49
DB_USER: ${{ secrets.DB_USER }}
50
- DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
51
-
52
- - name: Build native image with GraalVM
53
- run: ./mvnw spring-boot:build-image
+ DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
pom.xml
@@ -158,7 +158,7 @@
158
<artifactId>spring-boot-maven-plugin</artifactId>
159
<configuration>
160
<image>
161
- <builder>paketobuildpacks/builder:base</builder>
+ <builder>paketobuildpacks/builder-jammy-base:latest</builder>
162
<env>
163
<BP_NATIVE_IMAGE>true</BP_NATIVE_IMAGE>
164
</env>
0 commit comments