Skip to content

Commit

Permalink
changing ubi extension reference (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas authored Jan 10, 2025
1 parent 88d183d commit f80fc25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P
version = "0.2.0"

[[extensions]]
id = "paketo-community/ubi-nodejs-extension"
uri = "docker://docker.io/paketocommunity/ubi-nodejs-extension:1.0.12"
version = "1.0.12"
id = "paketo-buildpacks/ubi-nodejs-extension"
uri = "docker://docker.io/paketobuildpacks/ubi-nodejs-extension:1.1.0"
version = "1.1.0"

[lifecycle]
version = "0.20.5"
Expand Down Expand Up @@ -67,8 +67,8 @@ description = "Ubi 8 base image with buildpacks for Node.js, Java, Quarkus and P
version = "0.2.0"

[[order-extensions.group]]
id = "paketo-community/ubi-nodejs-extension"
version = "1.0.12"
id = "paketo-buildpacks/ubi-nodejs-extension"
version = "1.1.0"

[stack]
build-image = "docker.io/paketocommunity/build-ubi-base:0.0.95"
Expand Down

0 comments on commit f80fc25

Please sign in to comment.