fix: use paketo base image for springboot (#792)

The build actually seems to require `base` vs `tiny.

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2022-01-27 12:26:47 -05:00 committed by GitHub
parent 6097b8d790
commit ece9ac3645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
builders:
default: gcr.io/paketo-buildpacks/builder:tiny
default: gcr.io/paketo-buildpacks/builder:base
buildEnvs:
- name: BP_NATIVE_IMAGE
value: "true"