From 1f83d15e89dd44caf29ae883eb37c494640cf47b Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 25 Sep 2024 13:02:41 +0000 Subject: [PATCH] Update builder.toml --- builder.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder.toml b/builder.toml index e71e860..6002ebd 100644 --- a/builder.toml +++ b/builder.toml @@ -27,8 +27,8 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P [[extensions]] id = "paketo-community/ubi-nodejs-extension" - uri = "docker://docker.io/paketocommunity/ubi-nodejs-extension:1.0.0" - version = "1.0.0" + uri = "docker://docker.io/paketocommunity/ubi-nodejs-extension:1.0.1" + version = "1.0.1" [lifecycle] version = "0.20.1" @@ -68,10 +68,10 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P [[order-extensions.group]] id = "paketo-community/ubi-nodejs-extension" - version = "1.0.0" + version = "1.0.1" [stack] - build-image = "docker.io/paketocommunity/build-ubi-base:0.0.79" + build-image = "docker.io/paketocommunity/build-ubi-base:0.0.80" id = "io.buildpacks.stacks.ubi8" run-image = "index.docker.io/paketocommunity/run-ubi-base:latest" run-image-mirrors = []