diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-06-16 08:22:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 08:22:56 +0300 |
| commit | dff4ad31ff7b4a743173841ea80ec849bb4bd51e (patch) | |
| tree | 9f1ea1a61568614277b8a0b357501b302612379e /DockerInit.sh | |
| parent | 13baf778931929fdf1bc1f7d5606c7d73d5d917e (diff) | |
chore: up minimal xray-core version to v25.6.8
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 c55cea94..ecbe756a 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.5.16/Xray-linux-${ARCH}.zip" +wget -q "https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-linux-${ARCH}.zip" unzip "Xray-linux-${ARCH}.zip" rm -f "Xray-linux-${ARCH}.zip" geoip.dat geosite.dat mv xray "xray-linux-${FNAME}" |
