diff --git a/Dockerfile b/Dockerfile index 6b77b8d..84633a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/run.sh b/run.sh index 0b11dd2..f8a0e26 100755 --- a/run.sh +++ b/run.sh @@ -137,6 +137,7 @@ while true ; do done if [ "${XRAY}" != "1" ]; then + echo "Missing Xray connection option" usage exit 1 fi