Skip to content

Commit ff72840

Browse files
authored
Update cnb builder tags (#1573)
1 parent 18c4a81 commit ff72840

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

commands/apps_dev.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ func appDevPrepareEnvironment(ctx context.Context, ws *workspace.AppDev, cli bui
516516
}
517517

518518
// TODO: get stack run image from builder image md after we pull it, see below
519-
images = append(images, "digitaloceanapps/apps-run:heroku-18_df7e351")
520-
images = append(images, "digitaloceanapps/apps-run:heroku-22_df7e351")
519+
images = append(images, "digitaloceanapps/apps-run:heroku-18_c047ec7")
520+
images = append(images, "digitaloceanapps/apps-run:heroku-22_c047ec7")
521521
}
522522

523523
if componentSpec.GetType() == godo.AppComponentTypeStaticSite {

internal/apps/builder/cnb.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525

2626
const (
2727
// CNBBuilderImage represents the local cnb builder.
28-
CNBBuilderImage_Heroku18 = "digitaloceanapps/cnb-local-builder:heroku-18_v0.71.0"
29-
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.71.0"
28+
CNBBuilderImage_Heroku18 = "digitaloceanapps/cnb-local-builder:heroku-18_v0.73.1"
29+
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.73.1"
3030

3131
appVarAllowListKey = "APP_VARS"
3232
appVarPrefix = "APP_VAR_"

0 commit comments

Comments
 (0)