Skip to content

Commit fb9a135

Browse files
authored
fix(build.sh): STACK env to heroku 20 (#29)
STACK env to heroku 20
2 parents d531aa2 + 6a881bf commit fb9a135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/builder/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export APP_DIR="$app_dir"
9696
export HOME="$app_dir"
9797
REQUEST_ID=$(openssl rand -base64 32)
9898
export REQUEST_ID
99-
export STACK=heroku-18
99+
export STACK=heroku-20
100100

101101
## copy the environment dir excluding the ephemeral ..data/ dir and other symlinks created by Kubernetes.
102102
secret_dir_file_list="$(ls -A $secret_dir)"

0 commit comments

Comments
 (0)