From 72c536f9282eb2f5bddb0424c27babc6c5edd5fa Mon Sep 17 00:00:00 2001 From: David Ignacio Cortes Date: Thu, 30 Apr 2020 11:19:42 +0200 Subject: [PATCH] Updated version in Binder Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59a37ee1..d3f932c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /usr/local RUN git clone https://github.com/computationalmodelling/fidimag.git WORKDIR /usr/local/fidimag # Work with stable release -RUN git checkout tags/v2.9 +RUN git checkout tags/v3.0a2 # Install CVODE and FFTW libraries WORKDIR /usr/local/fidimag/bin RUN bash install-fftw.sh