Bump to Xray-core v1.8.6

This commit is contained in:
Samuel Huang
2023-11-20 23:13:05 +11:00
parent 85c91d3fec
commit 585a8929dc
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
FROM golang:1.21-alpine as builder
ARG XRAYVER='v1.8.4'
ARG XRAYVER='v1.8.6'
RUN apk add --no-cache bash git build-base wget

1
run.sh
View File

@@ -137,6 +137,7 @@ while true ; do
done
if [ "${XRAY}" != "1" ]; then
echo "Missing Xray connection option"
usage
exit 1
fi