diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-04-04 22:20:07 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-04-04 22:20:07 +0300 |
| commit | 878e0d02cd01a045f4f32464124c59e24f98aedd (patch) | |
| tree | dae6e69f913f91968ab5e59458072a6a5220b8d0 /DockerInit.sh | |
| parent | b15ea1f74dab2a641192b66abac3aaf446cdb4ea (diff) | |
Xray Core v25.3.31
+update dependencies
Diffstat (limited to 'DockerInit.sh')
| -rwxr-xr-x | DockerInit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DockerInit.sh b/DockerInit.sh index a87183fe..35137325 100755 --- a/DockerInit.sh +++ b/DockerInit.sh @@ -27,7 +27,7 @@ case $1 in esac mkdir -p build/bin cd build/bin -wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.3.6/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.3.31/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
