diff --git a/Dockerfile b/Dockerfile index 7c6fe64..44d65fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.23-alpine3.20 AS builder -ARG XRAYVER='v24.9.30' +ARG XRAYVER='v24.11.30' RUN apk add --no-cache bash git build-base curl diff --git a/README.md b/README.md index 0ca8133..a2df397 100644 --- a/README.md +++ b/README.md @@ -395,3 +395,5 @@ docker buildx build --platform=linux/amd64 --output type=docker -t samuelhbne/s ## Credits Thanks to [RPRX](https://github.com/RPRX) for the [Xray-Core](https://github.com/XTLS/Xray-core) project. + +Thanks to [Loyalsoldier](https://github.com/Loyalsoldier) for the [v2ray-rules-dat](https://github.com/Loyalsoldier/v2ray-rules-dat) project.