summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2016-05-31 14:48:56 +0400
committerPeter Lemenkov <lemenkov@gmail.com>2016-05-31 14:48:56 +0400
commit31f984a0655960f0c9563072c90e19dc59234949 (patch)
treecfc1b2774d8b64a025f46596ee38634bcefaae9e
parent14dba483d44022703ac8ff58e259b3a70ce2cbe5 (diff)
parente7da8e6e6d845ae780f7209c452754fff4d86f64 (diff)
downloaderlang-sd_notify-31f984a0655960f0c9563072c90e19dc59234949.tar.gz
Merge pull request #1 from Gsantomaggio/master
Update version 18.3
-rw-r--r--README.md10
-rw-r--r--docker/Dockerfile4
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1ce14d9..3fc77c6 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ To build it execute the docker image.
Download the binary
-
-https://github.com/Gsantomaggio/erlang-sd_notify/releases/tag/0.9
+https://github.com/Gsantomaggio/erlang-sd_notify/releases/tag/0.10
Add to Erlang
-
@@ -18,10 +18,10 @@ I suppose you are using the [RabbitMQ Erlang installation].(https://www.rabbitmq
Follow these steps:
extract the tar.gz
- mkdir -p /usr/lib64/erlang/lib/sd_notify-0.9/priv/
- mkdir -p /usr/lib64/erlang/lib/sd_notify-0.9/ebin/
- cp priv/* /usr/lib64/erlang/lib/sd_notify-0.9/priv/
- cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.9/ebin/
+ mkdir -p /usr/lib64/erlang/lib/sd_notify-0.10/priv/
+ mkdir -p /usr/lib64/erlang/lib/sd_notify-0.10/ebin/
+ cp priv/* /usr/lib64/erlang/lib/sd_notify-0.10/priv/
+ cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.10/ebin/
Test
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