Skip to content

Commit a299791

Browse files
authored
Merge pull request #708 from bioconda/create-env-2.1.0-cp-licenses
Fix licenses copying for Biocontainers
2 parents 8d2e6c8 + b15678b commit a299791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioconda_utils/pkg_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
logger = logging.getLogger(__name__)
1919

2020
# TODO: Make this configurable in bioconda_utils.build and bioconda_utils.cli.
21-
MULLED_CONDA_IMAGE = "quay.io/bioconda/create-env:2.0.0"
21+
MULLED_CONDA_IMAGE = "quay.io/bioconda/create-env:2.1.0"
2222

2323

2424
def get_tests(path):

0 commit comments

Comments
 (0)