Bump to Xray-core v25.10.15 golang:1.25-alpine3.22 nginx:alpine3.22
Some checks failed
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled
Trivy-scanning / Trivy-Scan (push) Has been cancelled
docker-buildx-dev / multi-arch-dev (push) Has been cancelled

This commit is contained in:
Samuel Huang
2025-10-21 22:13:18 +11:00
parent 66037cb6e3
commit 7fc8debac6

View File

@@ -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'