-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paolo Di Tommaso <[email protected]>
- Loading branch information
1 parent
6b89e0d
commit 4e85786
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
* @author Paolo Di Tommaso <[email protected]> | ||
*/ | ||
public class CondaOpts { | ||
final public static String DEFAULT_MAMBA_IMAGE = "mambaorg/micromamba:1.5.8-lunar"; | ||
final public static String DEFAULT_MAMBA_IMAGE = "mambaorg/micromamba:1.5.9-lunar"; | ||
final public static String DEFAULT_PACKAGES = "conda-forge::procps-ng"; | ||
|
||
public String mambaImage; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters