We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d531aa2 + 6a881bf commit fb9a135Copy full SHA for fb9a135
1 file changed
rootfs/builder/build.sh
@@ -96,7 +96,7 @@ export APP_DIR="$app_dir"
96
export HOME="$app_dir"
97
REQUEST_ID=$(openssl rand -base64 32)
98
export REQUEST_ID
99
-export STACK=heroku-18
+export STACK=heroku-20
100
101
## copy the environment dir excluding the ephemeral ..data/ dir and other symlinks created by Kubernetes.
102
secret_dir_file_list="$(ls -A $secret_dir)"
0 commit comments