Skip to content

Commit

Permalink
Merge pull request #19327 from nsoranzo/release_24.0_miniforge3
Browse files Browse the repository at this point in the history
[24.0] Replace mambaforge Docker image with miniforge3
  • Loading branch information
nsoranzo authored Dec 16, 2024
2 parents 3f3fd82 + 5561c4e commit 9e725e8
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 9e725e8

Please sign in to comment.