diff --git a/Dockerfile b/Dockerfile index 4742b21..d3c2316 100755 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM mambaorg/micromamba # Set the variables for version control during installation ARG crispritz_version=2.6.6 -ARG crisprme_version=2.1.4 +ARG crisprme_version=2.1.5 # set the shell to bash ENV SHELL bash