Skip to content

Commit

Permalink
Update to Erlang 19.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
supercodepoet committed Mar 1, 2017
1 parent e94d37e commit 651ff80
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:19.2
ENV ERLANG_VERSION 1:19.2.3

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

0 comments on commit 651ff80

Please sign in to comment.