From 7fc8debac609fc3c7c400fc49d4f793a09ef7c80 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Tue, 21 Oct 2025 22:13:18 +1100 Subject: [PATCH] Bump to Xray-core v25.10.15 golang:1.25-alpine3.22 nginx:alpine3.22 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c2539a1..363fcb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM golang:1.24-alpine3.20 AS builder +FROM golang:1.25-alpine3.22 AS builder -ARG XRAYVER='v25.6.8' +ARG XRAYVER='v25.10.15' RUN apk add --no-cache bash git build-base curl @@ -13,7 +13,7 @@ RUN curl -sSLO https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/d RUN curl -sSLO https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geosite.dat -FROM nginx:stable-alpine3.20 +FROM nginx:alpine3.22 ARG ACMEVER='2.9.0'