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
services Refa: revise the implementation of LightRAG and enable response caching (#9828) 2025-08-29 17:58:36 +08:00
utils
Dockerfile executor_manager updated docker version (#11806) 2025-12-10 11:08:11 +08:00
main.py
requirements.txt
seccomp-profile-default.json
util.py