Skip to content

Commit

Permalink
Replace mambaforge Docker image with miniforge3
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 16, 2024
1 parent 3f3fd82 commit 5561c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/deps/mulled/invfile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end

local conda_image = VAR.CONDA_IMAGE
if conda_image == '' then
conda_image = 'quay.io/condaforge/mambaforge:latest'
conda_image = 'quay.io/condaforge/miniforge3:latest'
end

local conda_bin = VAR.CONDA_BIN
Expand Down

0 comments on commit 5561c4e

Please sign in to comment.