Merge pull request #3206 from poanetwork/vb-update-elixir-version

Update Elixir version: 1.10.2 -> 1.10.3
update-deps-last
Victor Baranov 4 years ago committed by GitHub
commit da42a3bdcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      .circleci/config.yml
  2. 4
      .tool-versions
  3. 1
      CHANGELOG.md
  4. 2
      docker/Dockerfile

@ -3,7 +3,7 @@ jobs:
build:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2-node-browsers
- image: circleci/elixir:1.10.3-node-browsers
environment:
MIX_ENV: test
# match POSTGRES_PASSWORD for postgres image below
@ -133,7 +133,7 @@ jobs:
check_formatted:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2
- image: circleci/elixir:1.10.3
environment:
MIX_ENV: test
@ -147,7 +147,7 @@ jobs:
credo:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2
- image: circleci/elixir:1.10.3
environment:
MIX_ENV: test
@ -181,7 +181,7 @@ jobs:
dialyzer:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2
- image: circleci/elixir:1.10.3
environment:
MIX_ENV: test
@ -251,7 +251,7 @@ jobs:
gettext:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2
- image: circleci/elixir:1.10.3
environment:
MIX_ENV: test
@ -290,7 +290,7 @@ jobs:
release:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2
- image: circleci/elixir:1.10.3
environment:
MIX_ENV: prod
@ -316,7 +316,7 @@ jobs:
sobelow:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2
- image: circleci/elixir:1.10.3
environment:
MIX_ENV: test
@ -340,7 +340,7 @@ jobs:
# test_geth_http_websocket:
# docker:
# # Ensure .tool-versions matches
# - image: circleci/elixir:1.10.2-node-browsers
# - image: circleci/elixir:1.10.3-node-browsers
# environment:
# MIX_ENV: test
# # match POSTGRES_PASSWORD for postgres image below
@ -394,7 +394,7 @@ jobs:
# test_geth_mox:
# docker:
# # Ensure .tool-versions matches
# - image: circleci/elixir:1.10.2-node-browsers
# - image: circleci/elixir:1.10.3-node-browsers
# environment:
# MIX_ENV: test
# # match POSTGRES_PASSWORD for postgres image below
@ -448,7 +448,7 @@ jobs:
# test_parity_http_websocket:
# docker:
# # Ensure .tool-versions matches
# - image: circleci/elixir:1.10.2-node-browsers
# - image: circleci/elixir:1.10.3-node-browsers
# environment:
# MIX_ENV: test
# # match POSTGRES_PASSWORD for postgres image below
@ -502,7 +502,7 @@ jobs:
test_parity_mox:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2-node-browsers
- image: circleci/elixir:1.10.3-node-browsers
environment:
MIX_ENV: test
# match POSTGRES_PASSWORD for postgres image below
@ -556,7 +556,7 @@ jobs:
coveralls_merge:
docker:
# Ensure .tool-versions matches
- image: circleci/elixir:1.10.2
- image: circleci/elixir:1.10.3
environment:
MIX_ENV: test

@ -1,3 +1,3 @@
elixir 1.10.2
elixir 1.10.3
erlang 22.2
nodejs 12.14.1
nodejs 12.18.2

@ -18,6 +18,7 @@
- [#3178](https://github.com/poanetwork/blockscout/pull/3178) - Fix unavailable navbar menu when read/write proxy tab is active
### Chore
- [#3206](https://github.com/poanetwork/blockscout/pull/3206) - Update Elixir version: 1.10.2 -> 1.10.3
- [#3204](https://github.com/poanetwork/blockscout/pull/3204) - GraphQL Absinthe related packages update up to stable versions
- [#3180](https://github.com/poanetwork/blockscout/pull/3180) - Return correct status in verify API endpoint if contract verified
- [#3180](https://github.com/poanetwork/blockscout/pull/3180) - Remove Kovan from the list of default chains

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

Loading…
Cancel
Save