mirror of https://github.com/knative/func.git
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:
parent
6097b8d790
commit
ece9ac3645
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue