Skip to content

Commit

Permalink
Update cnb run-image tag (#1518)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
  • Loading branch information
fumblehool and andrewsomething committed Apr 1, 2024
1 parent 32566d9 commit ccd6d4d
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 ccd6d4d

Please sign in to comment.