Skip to content

Commit

Permalink
Update cnb builder tags (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumblehool authored Sep 3, 2024
1 parent 18c4a81 commit ff72840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions commands/apps_dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ 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_df7e351")
images = append(images, "digitaloceanapps/apps-run:heroku-22_df7e351")
images = append(images, "digitaloceanapps/apps-run:heroku-18_c047ec7")
images = append(images, "digitaloceanapps/apps-run:heroku-22_c047ec7")
}

if componentSpec.GetType() == godo.AppComponentTypeStaticSite {
Expand Down
4 changes: 2 additions & 2 deletions internal/apps/builder/cnb.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (

const (
// CNBBuilderImage represents the local cnb builder.
CNBBuilderImage_Heroku18 = "digitaloceanapps/cnb-local-builder:heroku-18_v0.71.0"
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.71.0"
CNBBuilderImage_Heroku18 = "digitaloceanapps/cnb-local-builder:heroku-18_v0.73.1"
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.73.1"

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

0 comments on commit ff72840

Please sign in to comment.