Skip to content

Commit

Permalink
chore: update nodejs builder
Browse files Browse the repository at this point in the history
  • Loading branch information
matejvasek authored Nov 28, 2023
1 parent a2b1047 commit 5feb4f2
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 @@ -36,7 +36,7 @@ import (
// DefaultName when no WithName option is provided to NewBuilder
const DefaultName = builders.S2I

var DefaultNodeBuilder = "registry.access.redhat.com/ubi8/nodejs-16"
var DefaultNodeBuilder = "registry.access.redhat.com/ubi8/nodejs-18"
var DefaultQuarkusBuilder = "registry.access.redhat.com/ubi8/openjdk-17"
var DefaultPythonBuilder = "registry.access.redhat.com/ubi8/python-39"

Expand Down

0 comments on commit 5feb4f2

Please sign in to comment.