We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5047e44 commit 6451cecCopy full SHA for 6451cec
lib/erlang_funcs.sh
@@ -3,7 +3,7 @@ function erlang_tarball() {
3
}
4
5
function download_erlang() {
6
- erlang_package_url="https://s3.amazonaws.com/heroku-buildpack-elixir/erlang/$STACK"
+ erlang_package_url="https://s3.amazonaws.com/heroku-buildpack-elixir/erlang/cedar-14"
7
erlang_package_url="${erlang_package_url}/$(erlang_tarball)"
8
9
# If a previous download does not exist, then always re-download
0 commit comments