arm64设备安装websocket导致容器无限重启,使用ws代替

This commit is contained in:
Aaron
2021-02-19 19:16:42 +08:00
committed by Gitee
parent 0c06f1d748
commit ddebeb0b85

View File

@ -24,6 +24,6 @@
"request": "^2.88.2", "request": "^2.88.2",
"tough-cookie": "^4.0.0", "tough-cookie": "^4.0.0",
"tunnel": "0.0.6", "tunnel": "0.0.6",
"websocket": "^1.0.33" "ws": "^7.4.3"
} }
} }