ragflow/sandbox/executor_manager
Russell Valentine fd7e55b23d
executor_manager updated docker version (#11806)
### What problem does this PR solve?

The docker version(24.0.7) installed in the executor manager image is
incompatible with the latest stable docker (29.1.3). The minmum api
v29.1.3 can use is 1.4.4 api version, but 24.0.7 uses api version 1.4.3.

### Type of change

- [X] Other (please describe):

This could break things for people who still have an old docker
installed on their system. A better approach could be a setting to share
2025-12-10 11:08:11 +08:00
..
api Refa: improve usability of Node.js/JavaScript code executor (#8979) 2025-07-23 09:26:09 +08:00
core Fix errors (#11795) 2025-12-08 09:42:10 +08:00
models Feat: add code_executor_manager (#7814) 2025-05-23 16:33:38 +08:00
services Refa: revise the implementation of LightRAG and enable response caching (#9828) 2025-08-29 17:58:36 +08:00
utils Feat: add code_executor_manager (#7814) 2025-05-23 16:33:38 +08:00
Dockerfile executor_manager updated docker version (#11806) 2025-12-10 11:08:11 +08:00
main.py Feat: add code_executor_manager (#7814) 2025-05-23 16:33:38 +08:00
requirements.txt Adding semaphore usage on the '/run' endpoint (#8526) 2025-06-30 15:40:23 +08:00
seccomp-profile-default.json Feat: add code_executor_manager (#7814) 2025-05-23 16:33:38 +08:00
util.py Feat: add code_executor_manager (#7814) 2025-05-23 16:33:38 +08:00