From 2c703ef7295932b6d85f86edda443b481ab811cb Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 14 Mar 2023 17:43:34 +0100 Subject: NLnet --- nlnet/task1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3