fix: use specific version of paketo builder (#670)

For some reason latest version is not working with node.

Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
Matej Vasek 2021-11-18 23:40:22 +01:00 committed by GitHub
parent 836d47e54c
commit 834e8ae46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
builders:
default: gcr.io/paketo-buildpacks/builder:base
base: gcr.io/paketo-buildpacks/builder:base
default: gcr.io/paketo-buildpacks/builder:0.1.201-base
base: gcr.io/paketo-buildpacks/builder:0.1.201-base
full: gcr.io/paketo-buildpacks/builder:full