diff --git a/galaxy/tools/deps/mulled/invfile.lua b/galaxy/tools/deps/mulled/invfile.lua index 6c34064..fb233c7 100644 --- a/galaxy/tools/deps/mulled/invfile.lua +++ b/galaxy/tools/deps/mulled/invfile.lua @@ -60,7 +60,7 @@ end local destination_base_image = VAR.DEST_BASE_IMAGE if destination_base_image == '' then - destination_base_image = 'bgruening/busybox-bash:0.1' + destination_base_image = 'bgruening/busybox-bash:0.2' end local verbose = VAR.VERBOSE