Skip to content

Commit

Permalink
Update to Erlang 20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Dec 4, 2017
1 parent 4a1b3de commit 6a234e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN wget http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb \
&& dpkg -i erlang-solutions_1.0_all.deb \
&& apt-get update

ENV ERLANG_VERSION 1:20.0
ENV ERLANG_VERSION 1:20.1

# install Erlang
RUN apt-get install -y esl-erlang=$ERLANG_VERSION && rm erlang-solutions_1.0_all.deb
Expand Down

0 comments on commit 6a234e6

Please sign in to comment.