[fix] 更正 README.MD 错误
[update]  Dockerfile alpine 版本调整
[fix]  entrypoint.sh 逻辑修正
This commit is contained in:
wulabing
2023-03-17 12:47:50 +08:00
parent 1812cba147
commit a4602771cb
4 changed files with 38 additions and 34 deletions
+1 -1
View File
@@ -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=""