From ccd6d4dab7cee2ed4c995e04a059123a2228f227 Mon Sep 17 00:00:00 2001 From: Damanpreet Singh Date: Mon, 1 Apr 2024 20:18:49 +0530 Subject: [PATCH] Update cnb run-image tag (#1518) Co-authored-by: Andrew Starr-Bochicchio --- commands/apps_dev.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/apps_dev.go b/commands/apps_dev.go index 1cd2be567..d5c07bd1a 100644 --- a/commands/apps_dev.go +++ b/commands/apps_dev.go @@ -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 {