Bump to Xray-core v1.8.23, alpine-3.20

This commit is contained in:
Samuel Huang
2024-08-01 16:00:54 +10:00
parent 0389a6d7ef
commit 1baebe117a
2 changed files with 4 additions and 4 deletions

View File

@@ -180,7 +180,7 @@ $ docker build -t samuelhbne/proxy-xray .
### Cross-compile docker image for the platforms with different architecture
Please refer the [official doc](https://docs.docker.com/engine/reference/commandline/buildx_install/) for docker-buildx installation
Please refer the [official doc](https://github.com/docker/buildx) for docker-buildx installation
```shell
docker buildx build --platform=linux/arm/v7 --output type=docker -t samuelhbne/proxy-xray:armv7 .