Skip to content

Commit

Permalink
Update cnb run-image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fumblehool committed Mar 27, 2024
1 parent 3c35162 commit ddcc37f
Showing 1 changed file with 2 additions and 2 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_db5978a")
images = append(images, "digitaloceanapps/apps-run:heroku-22_db5978a")
images = append(images, "digitaloceanapps/apps-run:heroku-18_df7e351")
images = append(images, "digitaloceanapps/apps-run:heroku-22_df7e351")
}

if componentSpec.GetType() == godo.AppComponentTypeStaticSite {
Expand Down

0 comments on commit ddcc37f

Please sign in to comment.