From 255655abe5ca553267c8649de8c3183cb29b2d63 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sun, 1 Dec 2024 15:10:55 +1100 Subject: [PATCH] Bump to Xray-core v24.11.30 --- Dockerfile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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.