Skip to content

Commit

Permalink
Fix erlang version in heroku buildpack
Browse files Browse the repository at this point in the history
The buildpack would install the latest version of erlang by
default which is not compatible with the version of elxir
we have pinned. Setting the erlang version to 19.3 matches the
version used in the docker file.
  • Loading branch information
Nicholas Rutherford authored and zorbash committed Oct 16, 2017
1 parent 9db6e2a commit e10f81f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/templates/new/elixir_buildpack.config
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
erlang_version=19.3
elixir_version=1.3.0

0 comments on commit e10f81f

Please sign in to comment.