Skip to content

Commit 72c536f

Browse files
Updated version in Binder Dockerfile
1 parent 3c07f03 commit 72c536f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /usr/local
1717
RUN git clone https://github.com/computationalmodelling/fidimag.git
1818
WORKDIR /usr/local/fidimag
1919
# Work with stable release
20-
RUN git checkout tags/v2.9
20+
RUN git checkout tags/v3.0a2
2121
# Install CVODE and FFTW libraries
2222
WORKDIR /usr/local/fidimag/bin
2323
RUN bash install-fftw.sh

0 commit comments

Comments
 (0)