summaryrefslogtreecommitdiff
path: root/packaging/docker/catlfish-dev/Dockerfile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-03-26 13:20:42 +0100
committerLinus Nordberg <linus@nordberg.se>2015-03-26 13:23:11 +0100
commitb3e0e91b7e7e50e5f907e1872751a1a82a2f6351 (patch)
tree90c8354867d95c535dd1f441f805fc3a92f4e35c /packaging/docker/catlfish-dev/Dockerfile
parent4702c16d704d009819e203a5dfa5913c55e8f756 (diff)
[Docker] Use newer mochiweb, lager and hackney.
Diffstat (limited to 'packaging/docker/catlfish-dev/Dockerfile')
-rw-r--r--packaging/docker/catlfish-dev/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/docker/catlfish-dev/Dockerfile b/packaging/docker/catlfish-dev/Dockerfile
index 0326aea..8849734 100644
--- a/packaging/docker/catlfish-dev/Dockerfile
+++ b/packaging/docker/catlfish-dev/Dockerfile
@@ -7,13 +7,13 @@ RUN apt-get install -qq \
WORKDIR /opt
-RUN git clone -b v2.9.2 https://github.com/mochi/mochiweb
+RUN git clone -b v2.12.2 https://github.com/mochi/mochiweb
RUN make -C mochiweb
-RUN git clone -b 2.1.0 https://github.com/basho/lager
+RUN git clone -b 2.1.1 https://github.com/basho/lager
RUN make -C lager
-RUN git clone -b 1.0.6-ndn-3 https://github.com/NORDUnet/hackney.git
+RUN git clone -b 1.1.0 https://github.com/benoitc/hackney.git
RUN make -C hackney REBAR=../lager/rebar
RUN git clone https://git.nordu.net/plop.git