use major version of elixir

pull/2496/head
Ayrat Badykov 5 years ago
parent 7004563d11
commit 97c4d2c9fa
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      docker/Dockerfile
  2. 2
      mix.exs

@ -1,4 +1,4 @@
FROM bitwalker/alpine-elixir-phoenix:1.9.1 FROM bitwalker/alpine-elixir-phoenix:1.9.0
RUN apk --no-cache --update add alpine-sdk gmp-dev automake libtool inotify-tools autoconf python RUN apk --no-cache --update add alpine-sdk gmp-dev automake libtool inotify-tools autoconf python

@ -14,7 +14,7 @@ defmodule BlockScout.Mixfile do
plt_add_apps: ~w(ex_unit mix)a, plt_add_apps: ~w(ex_unit mix)a,
ignore_warnings: ".dialyzer-ignore" ignore_warnings: ".dialyzer-ignore"
], ],
elixir: "~> 1.9.1", elixir: "~> 1.9",
preferred_cli_env: [ preferred_cli_env: [
coveralls: :test, coveralls: :test,
"coveralls.detail": :test, "coveralls.detail": :test,

Loading…
Cancel
Save