V0.0.4
[fix] 更正 README.MD 错误 [update] Dockerfile alpine 版本调整 [fix] entrypoint.sh 逻辑修正
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ RUN apk add --no-cache git && git clone https://github.com/XTLS/Xray-core.git .
|
||||
go build -o xray /app/main/
|
||||
|
||||
# runner
|
||||
FROM alpine:3.17 as runner
|
||||
FROM alpine:latest as runner
|
||||
|
||||
|
||||
ENV UUID=""
|
||||
|
||||
Reference in New Issue
Block a user