chore(aqua): update aqua to 0.9.4

This commit is contained in:
folex
2023-02-10 18:58:45 +07:00
parent 8e3d1cf4f5
commit a25b540db2
4 changed files with 27 additions and 21 deletions

View File

@ -1,7 +1,15 @@
{
"name": "curl_adapter",
"mountedBinaries":
{
"curl": "/usr/bin/curl"
}
"mounted_binaries":
{
"curl": "/usr/bin/curl"
},
"mem_page_count": 1,
"preopened_files": [
"/tmp"
],
"mapped_dirs": {
"tmp": "./tmp"
},
"logger_enabled": true
}