update erlang version and elixir image in Docker file

pull/2873/head
Victor Baranov 5 years ago
parent 150c0fdd7d
commit d31fcb5f1d
  1. 4
      .circleci/config.yml
  2. 6
      .tool-versions
  3. 2
      docker/Dockerfile

@ -229,7 +229,7 @@ jobs:
eslint:
docker:
# Ensure .tool-versions matches
- image: circleci/node:12.13.0-browsers-legacy
- image: circleci/node:12.14.1-browsers-legacy
working_directory: ~/app
@ -271,7 +271,7 @@ jobs:
jest:
docker:
# Ensure .tool-versions matches
- image: circleci/node:12.13.0-browsers-legacy
- image: circleci/node:12.14.1-browsers-legacy
working_directory: ~/app

@ -1,3 +1,3 @@
elixir 1.9.4-otp-22
erlang 22.1
nodejs 10.11.0
elixir 1.9.4
erlang 22.2
nodejs 12.14.1

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

Loading…
Cancel
Save