Merge branch 'dev'
Some checks failed
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled
docker-buildx-latest / multi-arch-latest (push) Has been cancelled
Trivy-scanning / Trivy-Scan (push) Has been cancelled

This commit is contained in:
Samuel Huang
2024-12-27 21:07:55 +11:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

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