From 031855c1de69f0dda449b0fc413cda101792c469 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Tue, 8 Jul 2025 20:19:13 +1000 Subject: [PATCH 1/2] Bump to Xray-core v25.6.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e96fcc3..23d0df4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.24-alpine3.20 AS builder -ARG XRAYVER='v25.4.30' +ARG XRAYVER='v25.6.8' RUN apk add --no-cache bash git build-base curl From 66037cb6e3612e3f9f0dca9085f063feff8b3b7d Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Mon, 14 Jul 2025 18:29:38 +1000 Subject: [PATCH 2/2] Formatting --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23d0df4..c2539a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN git clone https://github.com/XTLS/Xray-core.git . && \ RUN curl -sSLO https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat RUN curl -sSLO https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat - + FROM nginx:stable-alpine3.20