Skip to content

Commit

Permalink
Update cnb image (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaniKumar1 authored Feb 5, 2024
1 parent 570dda1 commit 2b644ab
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_v0.64.0"
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.64.0"
CNBBuilderImage_Heroku18 = "digitaloceanapps/cnb-local-builder:heroku-18_v0.65.0"
CNBBuilderImage_Heroku22 = "digitaloceanapps/cnb-local-builder:heroku-22_v0.65.0"

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

0 comments on commit 2b644ab

Please sign in to comment.