summaryrefslogtreecommitdiff
path: root/packaging/docker
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/docker')
-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