aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nlnet/task1/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlnet/task1/Dockerfile b/nlnet/task1/Dockerfile
index a3262f5..208ea65 100644
--- a/nlnet/task1/Dockerfile
+++ b/nlnet/task1/Dockerfile
@@ -7,7 +7,7 @@ RUN pip3 install click requests
# Installation
RUN git clone git://git.taler.net/libeufin
WORKDIR /libeufin
-RUN git fetch && git checkout 6c0de91e3290a3ce76850e52fd1cf2dc9c0c0d41
+RUN git fetch && git checkout 981392149cbfd6a454182e2be1d296629a9879f6
RUN ./bootstrap
RUN ./configure --prefix=/usr/local
RUN make install