Skip to content

Commit

Permalink
Update builder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
matejvasek committed Feb 8, 2024
1 parent 6d27d04 commit 659b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builders/s2i/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
// DefaultName when no WithName option is provided to NewBuilder
const DefaultName = builders.S2I

var DefaultNodeBuilder = "registry.access.redhat.com/ubi8/nodejs-18-minimal"
var DefaultNodeBuilder = "registry.access.redhat.com/ubi8/nodejs-20-minimal"
var DefaultQuarkusBuilder = "registry.access.redhat.com/ubi8/openjdk-21"
var DefaultPythonBuilder = "registry.access.redhat.com/ubi8/python-39"

Expand Down

0 comments on commit 659b807

Please sign in to comment.