Skip to content

Commit

Permalink
Update tag for CNBBuilderImage (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumblehool authored Dec 21, 2023
1 parent db194b4 commit f2a56a6
Showing 1 changed file with 2 additions and 2 deletions.
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_da24158"
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_da24158"
CNBBuilderImage_Heroku18 = "digitaloceanapps/cnb-local-builder:heroku-18_v0.64.0"
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.64.0"

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

0 comments on commit f2a56a6

Please sign in to comment.