Skip to content

Commit

Permalink
Use cnb builder v0.75.2 (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumblehool authored Nov 5, 2024
1 parent 0f97803 commit 5ad687a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/apps_dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ func appDevPrepareEnvironment(ctx context.Context, ws *workspace.AppDev, cli bui

// TODO: get stack run image from builder image md after we pull it, see below
images = append(images, "digitaloceanapps/apps-run:heroku-18_c047ec7")
images = append(images, "digitaloceanapps/apps-run:heroku-22_c047ec7")
images = append(images, "digitaloceanapps/apps-run:heroku-22_f7a0bf0")
}

if componentSpec.GetType() == godo.AppComponentTypeStaticSite {
Expand Down
2 changes: 1 addition & 1 deletion internal/apps/builder/cnb.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
// CNBBuilderImage represents the local cnb builder.
CNBBuilderImage_Heroku18 = "digitaloceanapps/cnb-local-builder:heroku-18_v0.73.1"
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.73.1"
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.75.2"

appVarAllowListKey = "APP_VARS"
appVarPrefix = "APP_VAR_"
Expand Down

0 comments on commit 5ad687a

Please sign in to comment.