Skip to content

Commit

Permalink
Merge branch 'main' into exec
Browse files Browse the repository at this point in the history
  • Loading branch information
blesswinsamuel authored Nov 13, 2024
2 parents 8c84cd1 + 5ad687a commit 94894b1
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 94894b1

Please sign in to comment.