use elixir 1.11

This commit is contained in:
Mayel 2020-11-28 14:46:08 +01:00
parent a0a22dde84
commit bbf5fc6eef
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM elixir:1.10.4-alpine
FROM elixir:1.11-alpine
ENV HOME=/opt/app/ TERM=xterm USER=docker FORKS=./forks

View file

@ -7,7 +7,7 @@ defmodule Bonfire.MixProject do
[
app: :bonfire,
version: "0.1.0",
elixir: "~> 1.10",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,

View file

@ -4,6 +4,9 @@
"bamboo": {:hex, :bamboo, "1.6.0", "adfb583bef028923aae6f22deaea6667290561da1246058556ecaeb0fec5a175", [:mix], [{:hackney, ">= 1.13.0", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "454e67feacbc9b6e00553ce1d2fba003c861e0035600d59b09d6159985b17f9b"},
"bamboo_smtp": {:hex, :bamboo_smtp, "3.0.0", "b7f0c371af96a1cb7131908918b02abb228f9db234910bf10cf4fb177c083259", [:mix], [{:bamboo, "~> 1.2", [hex: :bamboo, repo: "hexpm", optional: false]}, {:gen_smtp, "~> 0.15.0", [hex: :gen_smtp, repo: "hexpm", optional: false]}], "hexpm", "77cb1fa3076b24109e54df622161fe1e5619376b4ecf86d8b99b46f327acc49f"},
"bonfire_common": {:git, "https://github.com/bonfire-ecosystem/bonfire_common", "9405e1bc1500da68418171261a00bb644c660538", [branch: "main"]},
"bonfire_data_access_control": {:git, "https://github.com/bonfire-ecosystem/bonfire_data_access_control", "de80815fe742e87fac26de1135064660372e7737", [branch: "main"]},
"bonfire_data_identity": {:git, "https://github.com/bonfire-ecosystem/bonfire_data_identity", "d26fe3c47d763f273c29be2ce663869c049dde45", [branch: "main"]},
"bonfire_data_social": {:git, "https://github.com/bonfire-ecosystem/bonfire_data_social", "85b78156c97769de33bf1e8d40ab8f60e432b809", [branch: "main"]},
"bonfire_me": {:git, "https://github.com/bonfire-ecosystem/bonfire_me", "40ccb78f23a12567d40203885820c9ad2e9af682", [branch: "main"]},
"bonfire_web_phoenix": {:git, "https://github.com/commonspub/bonfire_web_phoenix", "d9525558c37be118f7c13b6e590495b337936ced", [branch: "main"]},
"cachex": {:hex, :cachex, "3.3.0", "6f2ebb8f27491fe39121bd207c78badc499214d76c695658b19d6079beeca5c2", [:mix], [{:eternal, "~> 1.2", [hex: :eternal, repo: "hexpm", optional: false]}, {:jumper, "~> 1.0", [hex: :jumper, repo: "hexpm", optional: false]}, {:sleeplocks, "~> 1.1", [hex: :sleeplocks, repo: "hexpm", optional: false]}, {:unsafe, "~> 1.0", [hex: :unsafe, repo: "hexpm", optional: false]}], "hexpm", "d90e5ee1dde14cef33f6b187af4335b88748b72b30c038969176cd4e6ccc31a1"},