From 1317365cd7625647b521da0c645dc3c99a72b2c1 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 25 Mar 2021 11:31:54 +0000 Subject: [PATCH] moving from dagmc develop to latest tagged release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a43b4f31d6..9a41b7c08e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -117,7 +117,7 @@ RUN if [ "$include_dagmc" = "true" ] ; \ RUN if [ "$include_dagmc" = "true" ] ; \ then mkdir DAGMC ; \ cd DAGMC ; \ - git clone --single-branch --branch develop https://github.com/svalinn/DAGMC.git ; \ + git clone --single-branch --branch 3.2.0 https://github.com/svalinn/DAGMC.git ; \ mkdir build ; \ cd build ; \ cmake ../DAGMC -DBUILD_TALLY=ON \