Skip to content

Commit

Permalink
fix: checkS3ObjectExistsUsingAWSSDK (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Feb 12, 2025
1 parent 582bde8 commit 0ad5fb7
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 @@ -3102,7 +3102,7 @@ echo "Done"
}

if imageStoredInS3 {
builderImage = "quay.io/bentoml/bento-image-builder:0.1.0"
builderImage = "quay.io/bentoml/bento-image-builder:0.1.1"
extraFlags := ""
for _, buildArg := range buildArgs {
quotedBuildArg := unix.SingleQuote.Quote(buildArg)
Expand Down

0 comments on commit 0ad5fb7

Please sign in to comment.