Skip to content

Commit

Permalink
also use miniforge docker for container building
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 11, 2024
1 parent 2106c58 commit 9e759bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/deps/mulled/mulled_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def __init__(
condarc_override=None,
):
if not conda_exec:
conda_image = CONDA_IMAGE or "continuumio/miniconda3:latest"
conda_image = CONDA_IMAGE or "quay.io/condaforge/miniforge3:latest"
binds = []
for channel in ensure_channels:
if channel.startswith("file://"):
Expand Down

0 comments on commit 9e759bb

Please sign in to comment.