taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 2c703ef7295932b6d85f86edda443b481ab811cb
parent 93a04faf605198770384fc30755e73c6816e6917
Author: MS <ms@taler.net>
Date:   Tue, 14 Mar 2023 17:43:34 +0100

NLnet

Diffstat:
Mnlnet/task1/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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