Skip to content

Commit

Permalink
feat: upgrade bento-image-builder (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Jan 21, 2025
1 parent 6b6f7b6 commit 76404b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/resources/bentorequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ echo "Done"
}

if imageStoredInS3 {
builderImage = "quay.io/bentoml/bento-image-builder:0.0.24"
builderImage = "quay.io/bentoml/bento-image-builder:0.0.25"
extraFlags := ""
for _, buildArg := range buildArgs {
extraFlags = fmt.Sprintf("%s --build-arg %s", extraFlags, strings.Replace(buildArg, "=", ":", 1))
Expand Down

0 comments on commit 76404b9

Please sign in to comment.