From 624b297d656bfce00d1891a37871fcdce112932e Mon Sep 17 00:00:00 2001 From: trisberg Date: Fri, 6 Dec 2019 11:32:12 -0500 Subject: [PATCH] Bump buildpacks to latest --- builder.toml.tpl | 6 +++--- riff-application-clusterbuilder.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builder.toml.tpl b/builder.toml.tpl index 9a5b5b5..5678975 100644 --- a/builder.toml.tpl +++ b/builder.toml.tpl @@ -1,8 +1,8 @@ # DO NOT EDIT - this file is the output of the 'builder.toml.tpl.tpl' template buildpacks = [ - { id = "io.projectriff.command", uri = "https://storage.googleapis.com/projectriff/command-function-buildpack/io.projectriff.command-0.0.10-BUILD-SNAPSHOT-20191028205032-cab2e72d19115a5d.tgz" }, - { id = "io.projectriff.java", uri = "https://storage.googleapis.com/projectriff/java-function-buildpack/io.projectriff.java-0.2.0-BUILD-SNAPSHOT-20191028210822-7f967e1cdcd1ee54.tgz" }, - { id = "io.projectriff.node", uri = "https://storage.googleapis.com/projectriff/node-function-buildpack/io.projectriff.node-0.2.0-BUILD-SNAPSHOT-20191028210841-64ae5f08900b782a.tgz" }, + { id = "io.projectriff.command", uri = "https://storage.googleapis.com/projectriff/command-function-buildpack/io.projectriff.command-0.0.10-BUILD-SNAPSHOT-20191120141213-a86527d33694374e.tgz" }, + { id = "io.projectriff.java", uri = "https://storage.googleapis.com/projectriff/java-function-buildpack/io.projectriff.java-0.2.0-BUILD-SNAPSHOT-20191206161631-b3b925eeb01d41f3.tgz" }, + { id = "io.projectriff.node", uri = "https://storage.googleapis.com/projectriff/node-function-buildpack/io.projectriff.node-0.2.0-BUILD-SNAPSHOT-20191205213235-4fe358af155c1fa9.tgz" }, { id = "org.cloudfoundry.buildsystem", uri = "https://storage.googleapis.com/cnb-buildpacks/build-system-cnb/org.cloudfoundry.buildsystem-{{ go mod download -json | jq -r 'select(.Path == "github.com/cloudfoundry/build-system-cnb").Version' | sed -e 's/^v//g' }}.tgz" }, { id = "org.cloudfoundry.node-engine", uri = "https://github.com/cloudfoundry/node-engine-cnb/releases/download/{{ go mod download -json | jq -r 'select(.Path == "github.com/cloudfoundry/node-engine-cnb").Version' }}/node-engine-cnb-{{ go mod download -json | jq -r 'select(.Path == "github.com/cloudfoundry/node-engine-cnb").Version' | sed -e 's/^v//g' }}.tgz" }, diff --git a/riff-application-clusterbuilder.yaml b/riff-application-clusterbuilder.yaml index 9d78033..297fec0 100644 --- a/riff-application-clusterbuilder.yaml +++ b/riff-application-clusterbuilder.yaml @@ -4,4 +4,4 @@ kind: ClusterBuilder metadata: name: riff-application spec: - image: cloudfoundry/cnb:0.0.33-bionic + image: cloudfoundry/cnb:0.0.39-bionic