mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Compare commits
2 Commits
c766ecb63e
...
ef8d07e77b
| Author | SHA1 | Date | |
|---|---|---|---|
| ef8d07e77b | |||
| 1106b35be0 |
@ -1,4 +0,0 @@
|
||||
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
|
||||
@ -1,4 +1,4 @@
|
||||
elixir 1.11.3
|
||||
elixir 1.11.4
|
||||
python 2.7.14
|
||||
nodejs 10.16.0
|
||||
erlang 23.2.3
|
||||
|
||||
1
Dockerfile
Normal file
1
Dockerfile
Normal file
@ -0,0 +1 @@
|
||||
FROM elixir:1.11.4
|
||||
@ -1,5 +1,5 @@
|
||||
# Erlang version
|
||||
erlang_version=23.2.3
|
||||
erlang_version=20.1
|
||||
|
||||
# Elixir version
|
||||
elixir_version=1.11.3
|
||||
elixir_version=1.6.6
|
||||
|
||||
2
mix.exs
2
mix.exs
@ -5,7 +5,7 @@ defmodule Chess.Mixfile do
|
||||
[
|
||||
app: :chess,
|
||||
version: "0.2.0",
|
||||
elixir: "~> 1.11.3",
|
||||
elixir: "~> 1.11.4",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
||||
build_embedded: Mix.env() == :prod,
|
||||
|
||||
@ -1 +1 @@
|
||||
node_version=10.16.0
|
||||
node_version=10.4.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user