Skip to content

Commit

Permalink
updated package versions in Dockerfile (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 8, 2024
1 parent 70ba23a commit fea90e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ ARG build_libmesh
ENV HOME=/root

# Embree variables
ENV EMBREE_TAG='v3.12.2'
ENV EMBREE_TAG='v4.3.1'
ENV EMBREE_REPO='https://github.com/embree/embree'
ENV EMBREE_INSTALL_DIR=$HOME/EMBREE/

# MOAB variables
ENV MOAB_TAG='5.3.0'
ENV MOAB_TAG='5.5.1'
ENV MOAB_REPO='https://bitbucket.org/fathomteam/moab/'

# Double-Down variables
ENV DD_TAG='v1.0.0'
ENV DD_TAG='v1.1.0'
ENV DD_REPO='https://github.com/pshriwise/double-down'
ENV DD_INSTALL_DIR=$HOME/Double_down

# DAGMC variables
ENV DAGMC_BRANCH='v3.2.1'
ENV DAGMC_BRANCH='v3.2.3'
ENV DAGMC_REPO='https://github.com/svalinn/DAGMC'
ENV DAGMC_INSTALL_DIR=$HOME/DAGMC/

Expand Down

0 comments on commit fea90e0

Please sign in to comment.