Skip to content

Commit

Permalink
Merge pull request #21 from xflagstudio/update-elixir
Browse files Browse the repository at this point in the history
Upgrade Elixir 1.9.0 and Erlang OTP/22.0
  • Loading branch information
tomohaya authored Jun 27, 2019
2 parents 4edd8a1 + 65d9e12 commit ff928f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM amazonlinux:1

ENV LANG en_US.UTF-8

ENV ELIXIR_VERSION "1.8.1-otp-21"
ENV ERLANG_VERSION "21.0"
ENV ELIXIR_VERSION "1.9.0-otp-22"
ENV ERLANG_VERSION "22.0"
ENV ASDF_VERSION "v0.5.1"
ENV ASDF_DIR /opt/asdf
ENV PATH "/opt/asdf/bin:/opt/asdf/shims:$PATH"
Expand Down

0 comments on commit ff928f0

Please sign in to comment.