1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
c766ecb63e Upgrade NodeJS buildpack 2021-07-22 10:30:25 -05:00
d2f646bb3d Upgrade Elixir and Erlang 2021-07-22 10:26:00 -05:00
6 changed files with 9 additions and 6 deletions

4
.buildpacks Normal file
View File

@ -0,0 +1,4 @@
https://github.com/gigalixir/gigalixir-buildpack-clean-cache.git
https://github.com/HashNuke/heroku-buildpack-elixir
https://github.com/gjaldon/heroku-buildpack-phoenix-static
https://github.com/gigalixir/gigalixir-buildpack-distillery.git

View File

@ -1,4 +1,4 @@
elixir 1.11.4 elixir 1.11.3
python 2.7.14 python 2.7.14
nodejs 10.16.0 nodejs 10.16.0
erlang 23.2.3 erlang 23.2.3

View File

@ -1 +0,0 @@
FROM elixir:1.11.4

View File

@ -1,5 +1,5 @@
# Erlang version # Erlang version
erlang_version=20.1 erlang_version=23.2.3
# Elixir version # Elixir version
elixir_version=1.6.6 elixir_version=1.11.3

View File

@ -5,7 +5,7 @@ defmodule Chess.Mixfile do
[ [
app: :chess, app: :chess,
version: "0.2.0", version: "0.2.0",
elixir: "~> 1.11.4", elixir: "~> 1.11.3",
elixirc_paths: elixirc_paths(Mix.env()), elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(), compilers: [:phoenix, :gettext] ++ Mix.compilers(),
build_embedded: Mix.env() == :prod, build_embedded: Mix.env() == :prod,

View File

@ -1 +1 @@
node_version=10.4.0 node_version=10.16.0