From dfa58e3d03197062b9ad83f875ee3a05b50c3942 Mon Sep 17 00:00:00 2001
From: Tru Huynh <tru@pasteur.fr>
Date: Thu, 2 Mar 2023 17:35:22 +0100
Subject: [PATCH] fix Singularity source

---
 Singularity | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Singularity b/Singularity
index 4a76bda..07413fe 100644
--- a/Singularity
+++ b/Singularity
@@ -1,5 +1,5 @@
 Bootstrap: docker
-From: docker pull mambaorg/micromamba:1-bullseye
+From: mambaorg/micromamba:1-bullseye
 
 %post
 # update conda and the OS
-- 
GitLab