summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d373b54..9062068 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -14,9 +14,9 @@ RUN yum install -y \
RUN mkdir /build && cd /build
-RUN wget https://www.rabbitmq.com/releases/erlang/erlang-18.1-1.el7.centos.x86_64.rpm
+RUN wget https://www.rabbitmq.com/releases/erlang/erlang-18.3-1.el7.centos.x86_64.rpm
-RUN rpm -i erlang-18.1-1.el7.centos.x86_64.rpm
+RUN rpm -i erlang-18.3-1.el7.centos.x86_64.rpm
RUN wget https://github.com/rebar/rebar/wiki/rebar && chmod +x rebar